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