mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-18 12:03:38 -05:00
Compare commits
2 Commits
e11b2396b6
...
069d2ca7d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
069d2ca7d0 | ||
|
|
72f96a493b |
@@ -180,7 +180,7 @@ class Robottas(commands.Bot):
|
||||
self.total_laps = int(data["TotalLaps"])
|
||||
|
||||
#Check to see about sending half distance message
|
||||
if self.current_lap = int(self.total_laps / 2) + 1:
|
||||
if self.current_lap == int(self.total_laps / 2) + 1:
|
||||
await self.send_message("We've passed half distance! Has Lance binned it yet?")
|
||||
|
||||
# Notify on lap change if matches a driver
|
||||
|
||||
Reference in New Issue
Block a user