diff --git a/src/Octobot.cs b/src/Octobot.cs
index 234f3a8..07bc058 100644
--- a/src/Octobot.cs
+++ b/src/Octobot.cs
@@ -78,7 +78,7 @@ public sealed class Octobot
                     services.AddTransient<IConfigurationBuilder, ConfigurationBuilder>()
                         // Init
                         .AddDiscordCaching()
-                        .AddDiscordCommands(true)
+                        .AddDiscordCommands(true, false)
                         // Slash command event handlers
                         .AddPreparationErrorEvent<LoggingPreparationErrorEvent>()
                         .AddPostExecutionEvent<ErrorLoggingPostExecutionEvent>()