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 94a207f commit 18bf398Copy full SHA for 18bf398
src/main.cpp
@@ -245,7 +245,7 @@ int main(int argc, char* argv[]) {
245
else if (command_name == "kick") co_await moderation::kick(event, config, db);
246
else if (command_name == "ban") co_await moderation::ban(event, config, db);
247
else if (command_name == "unban") co_await moderation::unban(event, config, db);
248
- else if (command_name == "warnings") moderation::get_mod_actions(event, config, db);
+ else if (command_name == "warnings") moderation::get_mod_actions(event, db);
249
else {
250
auto text_command = db_text_commands.find(command_name);
251
if (text_command != db_text_commands.end()) {
0 commit comments