1
0
forked from sass/tipibot

Add patch notes to bot

This commit is contained in:
Rene Arumetsa
2026-05-03 12:02:19 +03:00
parent 8529706809
commit 58684d5f34
4 changed files with 174 additions and 0 deletions

3
bot.py
View File

@@ -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):