mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-13 17:26:08 +03:00
fix: disable text commands
This commit is contained in:
parent
0ba357e4c7
commit
ee00f2847f
1 changed files with 1 additions and 1 deletions
|
@ -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>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue