8 lines
125 B
Rust
8 lines
125 B
Rust
use serenity::framework::standard::macros::group;
|
|
pub mod ping;
|
|
use ping::*;
|
|
|
|
#[group]
|
|
#[commands(ping)]
|
|
pub struct General;
|