aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/repeat.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-07-12 02:56:06 -0500
committerParker <contact@pkrm.dev>2024-07-12 02:56:06 -0500
commit787342be987410cc5a7868fb46aba344731b3a85 (patch)
tree646db7a580f025760637c2dbc24394e3316e5b68 /code/cogs/repeat.py
parentca98c58e038f58a9302c305de16342b897a78699 (diff)
Add proper references for all remaining commands
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(