From 249dc16535ab60317787614058a8287579eeed1a Mon Sep 17 00:00:00 2001 From: SonOfLope Date: Thu, 5 Sep 2024 15:15:49 -0400 Subject: [PATCH] replace group name --- slash_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slash_commands.py b/slash_commands.py index 10a2003..debc573 100644 --- a/slash_commands.py +++ b/slash_commands.py @@ -122,7 +122,7 @@ def create_slash_cmds(trema_bot, trema_db, start_time, github_token): _create_config_reminder_cmds(trema_db, config) _create_information_cmds(trema_bot, start_time, trema_db) _create_server_management_cmds(trema_bot, trema_db) - _create_ctf_cmds(trema_bot) + _create_odyssee_cmds(trema_bot) webhook = _create_webhooks_cmds(trema_db) request = _create_requests_cmds(trema_db, github_token) member = _create_member_cmds(trema_db)