Compare commits

..

No commits in common. '7341604c8fa3229c99cb1ccf22c14a276d24c2a2' and '9ed2c050b7387dbfd0ff28e826c088ab5737373a' have entirely different histories.

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

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

Loading…
Cancel
Save