From c619bf5e63ad84b08488983b078e145f87a9bc40 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 1 Jul 2022 17:48:21 +0300 Subject: [PATCH] Add jonaas13 as owner --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index e9f270a..0c2627d 100644 --- a/bot.py +++ b/bot.py @@ -30,7 +30,7 @@ class MinearchyBot(commands.Bot): self.webhook_url = webhook_url super().__init__( command_prefix="=", - owner_ids={512640455834337290}, + owner_ids={512640455834337290, 160087716757897216}, intents=discord.Intents( guilds=True, members=True,