Skip to content

Commit

Permalink
Disable text commands by default
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed May 5, 2022
1 parent 10ed77d commit 6b1cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
max_input: 200, // Maximum text input for slash commands (characters)

// DEPRECATED SETTINGS:
use_text_commands: true, // Allow usage of *DEPRECATED* text commands (You have to enable Message intent in Discord Developer Portal)
use_text_commands: false, // Allow usage of *DEPRECATED* text commands (You have to enable Message intent in Discord Developer Portal)
prefix: process.env.PREFIX, // Client text commands prefix [DEPRECATED]
suggestions_channel: "838092194530852884", // Suggestions channel [DEPRECATED]

Expand Down

0 comments on commit 6b1cf65

Please sign in to comment.