From b189f2ca5eb7dbd7429e5b295d5ebe7cdf564391 Mon Sep 17 00:00:00 2001 From: nya~ <40436815+neko404notfound@users.noreply.github.com> Date: Thu, 21 Jun 2018 19:17:29 +0100 Subject: [PATCH] Oops --- sebimachine/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sebimachine/__main__.py b/sebimachine/__main__.py index 1ff1195..e1b41b6 100644 --- a/sebimachine/__main__.py +++ b/sebimachine/__main__.py @@ -87,7 +87,7 @@ class SebiMachine(commands.Bot, LoadConfig, Loggable): logging.exception(f'Could not load {cog}', exc_info=(type(ex), ex, ex.__traceback__)) self.failed_cogs_on_startup[cog] = ex - async def on_ready(self): + async def on_ready(self): """On ready function""" self.maintenance and self.logger.warning("MAINTENANCE ACTIVE") with open(f"src/config/reboot", "r") as f: