fix(galaxy): fixed gank_won_let_us_flee method
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s
Some checks failed
Pylint / Pylint (3.11.2) (push) Failing after 8s
This commit is contained in:
parent
23aa749b6c
commit
6c2b2b867f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Galaxy(commands.Cog):
|
|||
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:
|
||||
embeds = message.embeds
|
||||
if len(embeds) == 1 and embeds[0].color == '#57f288':
|
||||
if len(embeds) == 1 and embeds[0].color == '#57f287':
|
||||
await message.reply("https://media.discordapp.net/attachments/409210244619698176/1115473811819737149/attachment.gif")
|
||||
|
||||
@commands.Cog.listener('on_message')
|
||||
|
|
Loading…
Reference in a new issue