aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/repeat.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/repeat.py')
-rw-r--r--code/cogs/repeat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/cogs/repeat.py b/code/cogs/repeat.py
index 4424b72..5f27b6e 100644
--- a/code/cogs/repeat.py
+++ b/code/cogs/repeat.py
@@ -70,7 +70,7 @@ class Repeat(commands.GroupCog, name="repeat"):
embed = discord.Embed(
title=f"Repeating Current Song 🔁",
- description=f"The song that is currently playing will be repeated until the `/repeat off` command is run",
+ description=f"The song that is currently playing will be repeated until the </repeat off:1224840891395608737> command is run",
color=BOT_COLOR,
)
embed.set_footer(
@@ -105,7 +105,7 @@ class Repeat(commands.GroupCog, name="repeat"):
embed = discord.Embed(
title=f"Repeating Current Song 🔂",
- description=f"All songs in the queue will continue to repeat until the `/repeat off` command is run.",
+ description=f"All songs in the queue will continue to repeat until the </repeat off:1224840891395608737> command is run.",
color=BOT_COLOR,
)
embed.set_footer(