Add bot instance

This commit is contained in:
Joscha 2024-12-11 01:01:11 +01:00
parent b9c4c2a003
commit feacde16aa
6 changed files with 471 additions and 2 deletions

4
euphoxide-bot/src/lib.rs Normal file
View file

@ -0,0 +1,4 @@
mod config;
mod instance;
pub use crate::{config::*, instance::*};