diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-08-08 10:30:52 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-08-08 10:30:52 +0000 |
commit | 421374a5b02af807923953c16cd3925f1d4824c1 (patch) | |
tree | b809078f4f58efe268530e28dbf3b6efb0644901 /cogs | |
parent | 98b4ad347b789077f3a62ad074bf8bb0e63eba07 (diff) | |
download | steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar.gz steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar.bz2 steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar.lz steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar.xz steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.tar.zst steve-bot-421374a5b02af807923953c16cd3925f1d4824c1.zip |
Temporary fix for pending command
Diffstat (limited to 'cogs')
-rwxr-xr-x | cogs/src.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cogs/src.py b/cogs/src.py index 633f75d..b19c96c 100755 --- a/cogs/src.py +++ b/cogs/src.py @@ -124,6 +124,9 @@ async def pendingRuns(self, ctx): except IndexError: #print(e.args) break + except: + continue + if game == 0: if level == True: mcbeil_runs += 1 |