aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-25 03:59:36 -0700
committerFuwn <[email protected]>2021-06-25 03:59:36 -0700
commitca5e9304af0fd90d4d4f18d2745eebc06f116372 (patch)
tree3121bc839ed1b851f5afd7211505f789ad049380 /src
parentfeat(cmds): create, remove, and count commands (diff)
downloaddos-bot-ca5e9304af0fd90d4d4f18d2745eebc06f116372.tar.xz
dos-bot-ca5e9304af0fd90d4d4f18d2745eebc06f116372.zip
refactor(cmds): help
Diffstat (limited to 'src')
-rw-r--r--src/commands.rs20
1 files changed, 15 insertions, 5 deletions
diff --git a/src/commands.rs b/src/commands.rs
index 26dbfbc..ee875cb 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -26,12 +26,22 @@ pub async fn help(ctx: &Context, msg: &Message) -> CommandResult {
commands
========
-help - you are here
-ping - pong!
+help
+ you are here
+
+ping
+ pong!
+
+
+create <message_id> <role_id>
+ create a role reaction
+
+remove <message_id>
+ remove a role reaction
+
+count
+ count the role reactions
-create - create a role reaction
-remove - remove a role reaction
-count - count the role reactions
information
===========