forked from sass/tipibot
Add patch notes to bot
This commit is contained in:
3
bot.py
3
bot.py
@@ -35,6 +35,7 @@ from commands.economy_profile_commands import register_economy_profile_commands
|
||||
from commands.economy_support_commands import register_economy_support_commands
|
||||
from commands.ops_channel_commands import register_ops_channel_commands
|
||||
from commands.ops_admin_commands import register_ops_admin_commands
|
||||
from commands.info_commands import register_info_commands
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Logging
|
||||
@@ -483,6 +484,8 @@ register_ops_channel_commands(
|
||||
set_allowed_channels=_set_allowed_channels,
|
||||
)
|
||||
|
||||
register_info_commands(tree, bot, log)
|
||||
|
||||
|
||||
@tree.command(name="ping", description=S.CMD["ping"])
|
||||
async def cmd_ping(interaction: discord.Interaction):
|
||||
|
||||
Reference in New Issue
Block a user