diff options
Diffstat (limited to 'code/cogs/stop.py')
-rw-r--r-- | code/cogs/stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/stop.py b/code/cogs/stop.py index 0b67a30..f0641d1 100644 --- a/code/cogs/stop.py +++ b/code/cogs/stop.py @@ -27,7 +27,7 @@ class Stop(commands.Cog): embed = discord.Embed( title="Queue Cleared and Music Stopped", - description=f"Thank you for using Guava :wave:\n\nIssued by: {interaction.user.mention}", + description=f"Thank you for using me :wave:\n\nIssued by: {interaction.user.mention}", color=BOT_COLOR, ) embed.set_footer( |