aboutsummaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-04 11:21:23 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-04 11:21:23 -0500
commit12ae9736b384d58d65e9c67186321241e2488489 (patch)
tree8a6e23695a43a8670f80c147010b1b3617270a5a /src/commands/mod.rs
parent553e5b976ceef5430599ab9511f7fb48516375dd (diff)
improve assoc of roll
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 2f18e9f..5dd98d8 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -56,6 +56,7 @@ pub fn register_commands(f: StandardFramework) -> StandardFramework {
.guild_only(true)
.exec(volume))
.command("roll", |c| c
+ .known_as("calc")
.desc("simulate rolling dice")
.guild_only(true)
.exec(roll::roll))