testing change to faq

This commit is contained in:
Seaswimmer 2023-02-27 16:02:23 -05:00
parent 7b61f802a4
commit cda02b27fc

View file

@ -21,7 +21,7 @@ class Galaxy(commands.Cog):
if member:
await ctx.send(embed=embed, content=member.mention)
else:
await ctx.send(embed=embed)
await ctx.channel.send(embed=embed)
await ctx.message.delete()
@commands.guild_only()