diff options
| author | Fuwn <[email protected]> | 2021-07-24 12:25:04 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-24 12:25:04 +0000 |
| commit | 2b81b94916c96d0d6cbff62eba0c45d8395b1e5f (patch) | |
| tree | 5a8ac74939fab3fec349590ccebe952655d93009 /src/main.rs | |
| parent | fix(deps): remove unused (diff) | |
| download | dos-bot-2b81b94916c96d0d6cbff62eba0c45d8395b1e5f.tar.xz dos-bot-2b81b94916c96d0d6cbff62eba0c45d8395b1e5f.zip | |
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 3e2bfb7..e859c3d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -96,7 +96,7 @@ impl EventHandler for Handler { } #[group] -#[commands(ping, help, say)] +#[commands(ping, help, say, poll)] struct General; #[group] |