diff options
author | Parker <contact@pkrm.dev> | 2024-07-12 02:56:06 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-12 02:56:06 -0500 |
commit | 787342be987410cc5a7868fb46aba344731b3a85 (patch) | |
tree | 646db7a580f025760637c2dbc24394e3316e5b68 /code/cogs/autoplay.py | |
parent | ca98c58e038f58a9302c305de16342b897a78699 (diff) |
Add proper references for all remaining commands
Diffstat (limited to 'code/cogs/autoplay.py')
-rw-r--r-- | code/cogs/autoplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/autoplay.py b/code/cogs/autoplay.py index 0779e69..77cf376 100644 --- a/code/cogs/autoplay.py +++ b/code/cogs/autoplay.py @@ -35,7 +35,7 @@ class Autoplay(commands.Cog): if interaction.guild.id in self.bot.autoplay: embed = discord.Embed( title="Autoplay Already Enabled", - description="Autoplay is already enabled. If you would like to turn it off, choose the `OFF` option in the `/autoplay` command.", + description="Autoplay is already enabled. If you would like to turn it off, choose the `OFF` option in the </autoplay:1228216490386391052> command.", color=BOT_COLOR, ) return await interaction.response.send_message(embed=embed, ephemeral=True) |