Skip to content

Commit 6889c33

Browse files
Update secondaryBot.py
1 parent 68bd1c9 commit 6889c33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SCPSL-Discord-Bot/secondaryBot.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ async def on_ready():
3939

4040
await bot.change_presence(status=stat,activity=discord.Game(name=playercount))
4141
print(playercount)
42-
43-
waitTime = data["Cooldown"] + 2
4442
else:
45-
print("Error 503: Rate limit exceeded")
43+
print("ERROR: " + data["Error"])
4644
await asyncio.sleep(waitTime)
4745

4846

0 commit comments

Comments
 (0)