summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Commands')
-rw-r--r--DiscoBot/Commands/MiscCommands.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/DiscoBot/Commands/MiscCommands.cs b/DiscoBot/Commands/MiscCommands.cs
index aa3ea1b..4a91081 100644
--- a/DiscoBot/Commands/MiscCommands.cs
+++ b/DiscoBot/Commands/MiscCommands.cs
@@ -37,6 +37,12 @@ namespace DiscoBot.Commands
return this.ReplyAsync("```xl\n" + RandomMisc.Roll(roll) + "\n```");
}
+ [Command("rd"), Summary("Würfel Dennis ")]
+ public Task RollDennisAsync([Remainder, Summary("Weapon")] string roll)
+ {
+ return this.ReplyAsync("```xl\n" + new Auxiliary.Calculator.StringSolver(roll).Solve() + "\n```");
+ }
+
[Command("general"), Summary("Set General ")]
public Task SetGeneralAsync([Remainder, Summary("Set General")] int i = 0)
{