aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/stop.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
committerParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
commit4e8030eca4b1f4028268683ccfc7b481b1608dde (patch)
treed208e1c582733bd82993715b9cbc9266aca5390c /code/cogs/stop.py
parente2916fb0aaf5ae7c6306feb7bc13405aabb29ae6 (diff)
Largely embed wording changes + other small tweaks + combine pause commands
Diffstat (limited to 'code/cogs/stop.py')
-rw-r--r--code/cogs/stop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cogs/stop.py b/code/cogs/stop.py
index 5d1f148..9f4810e 100644
--- a/code/cogs/stop.py
+++ b/code/cogs/stop.py
@@ -28,8 +28,8 @@ class Stop(commands.Cog):
embed = create_embed(
title="Queue Cleared and Music Stopped",
description=(
- "Thank you for using me :wave:\n\nIssued by:"
- f" {interaction.user.mention}"
+ f"Thank you for using {self.bot.me.mention}\n\n"
+ f"Issued by: {interaction.user.mention}"
),
)
await interaction.response.send_message(embed=embed)