ReOrg: TODO: Init per guild join timer
This commit is contained in:
7
src/commands.rs
Normal file
7
src/commands.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use serenity::framework::standard::macros::{group};
|
||||
pub mod ping;
|
||||
use ping::*;
|
||||
|
||||
#[group]
|
||||
#[commands(ping)]
|
||||
pub struct General;
|
||||
Reference in New Issue
Block a user