ReOrg: TODO: Init per guild join timer

This commit is contained in:
2023-03-03 17:30:00 -05:00
parent 5bb7a558f4
commit 4106f2f99c
4 changed files with 56 additions and 55 deletions

7
src/commands.rs Normal file
View File

@@ -0,0 +1,7 @@
use serenity::framework::standard::macros::{group};
pub mod ping;
use ping::*;
#[group]
#[commands(ping)]
pub struct General;