Added help line for \!wall

This commit is contained in:
tamservo@mx.sdf.org 2024-03-09 15:22:07 -05:00
parent 116d69ece9
commit 0e837958d9
1 changed files with 2 additions and 1 deletions

View File

@ -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" +