This commit is contained in:
SpudGunMan
2024-10-04 17:15:02 -07:00
parent 3566016f7b
commit 94907bec26
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,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", "🔔", "CQCQ", "CQCQCQ")
trap_list = trap_list + trap_list_ping
help_message = help_message + "ping"