does this work

This commit is contained in:
Seaswimmer 2023-02-27 19:36:01 -05:00
parent 2359a85e3b
commit 061d416feb

View file

@ -117,7 +117,7 @@ class Galaxy(commands.Cog):
await ctx.channel.send(embed=embed_desktop)
await ctx.channel.send(embed=embed_mobile)
else:
if test(False):
if bool(test):
await ctx.channel.send(embed=embed)
await ctx.channel.send(embed=embed_desktop)
await ctx.channel.send(embed=embed_mobile)