respond to bell command
This commit is contained in:
SpudGunMan
2024-10-03 16:34:24 -07:00
parent 2d1e9af5cb
commit b676ace34b
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ games_enabled = False
# Ping Configuration
if ping_enabled:
# ping, pinging, ack, testing, test, pong
trap_list_ping = ("ping", "pinging", "ack", "testing", "test", "pong")
trap_list_ping = ("ping", "pinging", "ack", "testing", "test", "pong", "🔔")
trap_list = trap_list + trap_list_ping
help_message = help_message + "ping"