Skip to content

Commit

Permalink
register compare command
Browse files Browse the repository at this point in the history
  • Loading branch information
chanomkaimuk committed Sep 14, 2024
1 parent 11b0152 commit fa618a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from commands.formosa_stickers import formosa_stickers
from commands.taiwanese import taiwanese_entry
from commands.metro import metro
from commands.compare import compare_cmd

from activities import activity

Expand Down Expand Up @@ -110,6 +111,7 @@ def register_commands_in_all_servers(self):
formosa_stickers.register_commands(self.tree, self.guilds)
confession.register_commands(self.tree, self.client)
metro.register_commands(self.tree, self.client, self.guilds)
compare_cmd.register_commands(self.tree, self.client, self.guilds)

def register_event_callbacks(self):
# sync the slash commands servers when the bot is ready
Expand Down

0 comments on commit fa618a0

Please sign in to comment.