aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/skip.py')
-rw-r--r--code/cogs/skip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/skip.py b/code/cogs/skip.py
index 3a186e3..26c6639 100644
--- a/code/cogs/skip.py
+++ b/code/cogs/skip.py
@@ -57,7 +57,7 @@ class Skip(commands.Cog):
if not player.current:
embed = discord.Embed(
title="End of Queue",
- description=f"All songs in queue have been played. Thank you for using Guava :wave:\n\nIssued by: {interaction.user.mention}",
+ description=f"All songs in queue have been played. Thank you for using me :wave:\n\nIssued by: {interaction.user.mention}",
color=BOT_COLOR,
)
return await interaction.response.send_message(embed=embed)