From 0e837958d99f500cf1edd56b3f32e11bfce72c15 Mon Sep 17 00:00:00 2001 From: "tamservo@mx.sdf.org" Date: Sat, 9 Mar 2024 15:22:07 -0500 Subject: [PATCH] Added help line for \!wall --- robottas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robottas.py b/robottas.py index 30f4a5b..293343d 100755 --- a/robottas.py +++ b/robottas.py @@ -1002,7 +1002,7 @@ class Robottas(commands.Bot): "!q1cut - Show drivers in Q1 cut positions.\n" + "!q2cut - Show drivers in Q2 cut positions.\n" + "!rbdelay - Set the race messaging delay in seconds.\n" + - "The following display race control messages:\n" + + "The following display media:\n" + " !animal\n" + " !bwoken\n" + " !calm\n" + @@ -1017,6 +1017,7 @@ class Robottas(commands.Bot): " !penalty\n" + " !stupid\n" + " !undercut\n" + + " !wall - Lance is in the wall\n" + "The following register / unregister scheduled next race / event messages.\n" + "!register_next_race_alerts - get an alert for the next race on Monday.\n" + "!register_next_event_alerts - get an alert for the next event on Monday.\n" +