diff --git a/code/cogs/stop.py b/code/cogs/stop.py index 9f4810e..f249761 100644 --- a/code/cogs/stop.py +++ b/code/cogs/stop.py @@ -28,7 +28,7 @@ class Stop(commands.Cog): embed = create_embed( title="Queue Cleared and Music Stopped", description=( - f"Thank you for using {self.bot.me.mention}\n\n" + f"Thank you for using {self.bot.user.mention}\n\n" f"Issued by: {interaction.user.mention}" ), )