diff options
Diffstat (limited to 'src/commands/mod.rs')
| -rw-r--r-- | src/commands/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 1582977..6596a32 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -60,11 +60,6 @@ pub fn register_commands(f: StandardFramework) -> StandardFramework { .desc("simulate rolling dice") .guild_only(true) .exec(roll::roll)) - .command("debug_expr", |c| c - .desc("debug calculator expression") - .owners_only(true) - .exec(roll::debug_expr) - ) .unrecognised_command(|ctx, msg, unrec| { let url = match msg.content.split_whitespace().skip(1).next() { Some(x) if x.starts_with("http") => x, |
