Skip to content

Commit

Permalink
replace group name
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Sep 5, 2024
1 parent f73ea5d commit 249dc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slash_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 249dc16

Please sign in to comment.