From 12ae9736b384d58d65e9c67186321241e2488489 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 4 Mar 2019 11:21:23 -0500 Subject: improve assoc of roll --- src/commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/mod.rs') 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)) -- cgit v1.3.1