summaryrefslogtreecommitdiff
path: root/DSALib/Commands/MiscCommands.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSALib/Commands/MiscCommands.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
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```");
}*/
/*