Compare commits

...

2 Commits

Author SHA1 Message Date
supopur 7341604c8f Commit of the night 2 years ago
supopur b14f1c724c oopsie 2 years ago

@ -16,3 +16,4 @@ key = "/path/to/private.key"
[bot]
cogs=["cogs.essentials.commands"]
guild_ids=["823188238260633600"]

@ -85,7 +85,7 @@ class API:
def __init__(self, config, bot, log, token, dbapi):
def __init__(self, config, bot, log, token):
self.start_time = time.time()
self.config = config
self.bot = bot

Loading…
Cancel
Save