summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
index 89a1a42..5bc0195 100644
--- a/DiscoBot/Program.cs
+++ b/DiscoBot/Program.cs
@@ -75,7 +75,7 @@ namespace DiscoBot
// Create a Command Context
var context = new CommandContext(this.client, message);
-
+
// Execute the command. (result does not indicate a return value,
// rather an object stating if the command executed successfully)
var result = await this.commands.ExecuteAsync(context, argPos, this.services);