From 645de0abd89715997a979e58044c444576643861 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 4 Oct 2023 16:52:22 -0400 Subject: [PATCH] fix(galaxy): fixed the gank_won_let_us_flee method erroring every time the bot is dmed --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 1e59e4d..02b92fd 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -39,7 +39,7 @@ class Galaxy(commands.Cog): @commands.Cog.listener('on_message') async def gank_won_let_us_flee(self, message: discord.Message): - if message.guild.id == 204965774618656769 and message.channel.id == 753714180900519937 and message.author.id == 745790085789909033: + if message.author.id == 745790085789909033 and message.guild.id == 204965774618656769 and message.channel.id == 753714180900519937: gank_media_list = [ "https://cdn.discordapp.com/attachments/1070838419212738621/1155174309711577138/gank_won_let_us_flee.gif", "https://cdn.discordapp.com/attachments/1070838419212738621/1155174310093262951/spin_back_I_dare_you.jpg",