From 787342be987410cc5a7868fb46aba344731b3a85 Mon Sep 17 00:00:00 2001 From: Parker Date: Fri, 12 Jul 2024 02:56:06 -0500 Subject: Add proper references for all remaining commands --- code/cogs/repeat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/cogs/repeat.py') 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 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 command is run.", color=BOT_COLOR, ) embed.set_footer( -- cgit v1.2.3-70-g09d2