diff options
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] |