aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/help.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
committerParker <contact@pkrm.dev>2024-11-29 01:36:06 -0600
commit4e8030eca4b1f4028268683ccfc7b481b1608dde (patch)
treed208e1c582733bd82993715b9cbc9266aca5390c /code/cogs/help.py
parente2916fb0aaf5ae7c6306feb7bc13405aabb29ae6 (diff)
Largely embed wording changes + other small tweaks + combine pause commands
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r--code/cogs/help.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py
index ea54058..2475564 100644
--- a/code/cogs/help.py
+++ b/code/cogs/help.py
@@ -169,18 +169,18 @@ class Help(commands.Cog):
embed = discord.Embed(
title=f":musical_note: Help :musical_note:",
description=(
- "**Check out recent news and updates about the bot with"
- " the </news:1260842465666007040> command!\n\u200b**"
+ "**Check out recent updates with the"
+ " </news:1260842465666007040> command!\n\u200b**"
),
color=BOT_COLOR,
)
embed.add_field(
- name="**Use Me**",
+ name="**Get Started**",
value=(
- "> To get started, use the </play:1224840890368000172>"
- " command and enter the name or link to the song of your"
- " choice."
+ "> Start playing music with the"
+ " </play:1224840890368000172> command. Enter the name or"
+ " link of the song you want to play."
),
inline=False,
)
@@ -195,9 +195,9 @@ class Help(commands.Cog):
embed.add_field(
name="**Help for Specific Commands**",
value=(
- "> If you want more information on how to use a specific"
- " command, use the </help:1224854217597124610> command and"
- " include the specific command."
+ "> To get information on a specific command, use"
+ " </help:1224854217597124610> and include the command"
+ " name."
),
inline=False,
)