aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-24 12:25:04 +0000
committerFuwn <[email protected]>2021-07-24 12:25:04 +0000
commit2b81b94916c96d0d6cbff62eba0c45d8395b1e5f (patch)
tree5a8ac74939fab3fec349590ccebe952655d93009 /src/main.rs
parentfix(deps): remove unused (diff)
downloaddos-bot-2b81b94916c96d0d6cbff62eba0c45d8395b1e5f.tar.xz
dos-bot-2b81b94916c96d0d6cbff62eba0c45d8395b1e5f.zip
feat(commands): poll commandHEADmain
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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]