From 2b81b94916c96d0d6cbff62eba0c45d8395b1e5f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 24 Jul 2021 12:25:04 +0000 Subject: feat(commands): poll command --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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] -- cgit v1.2.3