diff --git a/classes/pyroclient.py b/classes/pyroclient.py index 27bc4cb..b2d25ea 100644 --- a/classes/pyroclient.py +++ b/classes/pyroclient.py @@ -44,6 +44,7 @@ class PyroClient(Client): plugins=dict(root="plugins", exclude=config["disabled_plugins"]), sleep_threshold=120, ) + self.owner = config["bot"]["owner"] self.commands: List[PyroCommand] = [] self.scoped_commands = config["bot"]["scoped_commands"] self.start_time = 0