diff options
Diffstat (limited to 'src/commands.rs')
| -rw-r--r-- | src/commands.rs | 20 |
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 =========== |