We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafc5e4 commit 11db0b8Copy full SHA for 11db0b8
SerialPrograms/Source/Integrations/DiscordIntegrationSettings.cpp
@@ -79,11 +79,8 @@ DiscordIntegrationSettingsOption::DiscordIntegrationSettingsOption()
79
PA_ADD_OPTION(command_type);
80
PA_ADD_OPTION(token);
81
PA_ADD_OPTION(command_prefix);
82
- PA_ADD_OPTION(use_suffix);
83
PA_ADD_OPTION(game_status);
84
PA_ADD_OPTION(hello_message);
85
- PA_ADD_OPTION(sudo);
86
- PA_ADD_OPTION(owner);
87
PA_ADD_OPTION(allow_buttons_from_users);
88
PA_ADD_OPTION(channels);
89
0 commit comments