Browse Source

Merge branch 'master' into cleanup

pull/7/head
granny 3 years ago
committed by GitHub
parent
commit
ab8546f1bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cogs/timings.py

1
cogs/timings.py

@ -12,6 +12,7 @@ with open("cogs/timings_check.yml", 'r') as stream:
print(exc)
YAML_ERROR = exc
class Timings(commands.Cog):
def __init__(self, bot):

Loading…
Cancel
Save