summaryrefslogtreecommitdiff
path: root/DSALib/Commands/MiscCommands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/MiscCommands.cs')
-rw-r--r--DSALib/Commands/MiscCommands.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSALib/Commands/MiscCommands.cs b/DSALib/Commands/MiscCommands.cs
index ebd1598..69b2ffe 100644
--- a/DSALib/Commands/MiscCommands.cs
+++ b/DSALib/Commands/MiscCommands.cs
@@ -1,4 +1,4 @@
-namespace DSACore.Commands
+namespace DSALib.Commands
{
public class MiscCommands
{
@@ -13,7 +13,7 @@
[Command("rd"), Summary("Würfel Dennis ")]
public Task RollDennisAsync([Remainder, Summary("Weapon")] string roll)
{
- return this.ReplyAsync("```xl\n" + new DSACore.Auxiliary.Calculator.StringSolver(roll).Solve() + "\n```");
+ return this.ReplyAsync("```xl\n" + new DSALib.Auxiliary.Calculator.StringSolver(roll).Solve() + "\n```");
}*/
/*