diff options
author | Parker <contact@pkrm.dev> | 2024-06-26 14:48:50 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-26 14:48:50 -0500 |
commit | 9a31885078c70de1bc0838dd97ee0d25d3adbac2 (patch) | |
tree | c1e4da262f9632156658ecad245a86e11021b016 /code/cogs/help.py | |
parent | 7d78bbae16145b6ff4c337b10be196f9e7549f03 (diff) |
Remove 'Guava' for better self-host support
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r-- | code/cogs/help.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py index 7b8f1c7..ee1ad19 100644 --- a/code/cogs/help.py +++ b/code/cogs/help.py @@ -85,7 +85,7 @@ class HelpView(discord.ui.View): self, interaction: discord.Interaction, button: discord.ui.Button ): embed = discord.Embed( - title=":musical_note: All Guava Commands :musical_note:", color=BOT_COLOR + title=":musical_note: All Commands :musical_note:", color=BOT_COLOR ) embed.add_field( @@ -109,11 +109,11 @@ class Help(commands.Cog): if command == None: embed = discord.Embed( - title=f":musical_note: Guava Help :musical_note:", color=BOT_COLOR + title=f":musical_note: Help :musical_note:", color=BOT_COLOR ) embed.add_field( - name="**Use Guava**", + name="**Use Me**", value="> To get started, use the </play:1224840890368000172> command and enter the name or link to the song of your choice.", inline=False, ) |