Skip to content

Commit 77e2d9a

Browse files
committed
add more descriptions to commands
1 parent 5fff6e5 commit 77e2d9a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

cogs/commands/dpwiki.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ class DPWikiCommand(discord.Cog):
2020
def __init__(self, bot):
2121
self.bot = bot
2222

23-
dpwiki = discord.SlashCommandGroup(name="dpwiki")
23+
dpwiki = discord.SlashCommandGroup(name="dpwiki", description="Quick link to pages from datapack.wiki (our wiki site)")
2424

2525
@dpwiki.command(
2626
name="page",
27-
description="VIew a wiki page from datapack.wiki"
27+
description="View a wiki page from datapack.wiki"
2828
)
2929
async def page(
3030
self,

cogs/commands/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, bot):
2121

2222
@discord.slash_command(
2323
name="help",
24-
description="Show a list of all the features in Datapack Helper.",
24+
description="Show a list of all this bot's features.",
2525
)
2626
async def help(
2727
self,

cogs/commands/packformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self, bot):
1616

1717
@discord.slash_command(
1818
name="packformat",
19-
description="View pack format history",
19+
description="View the data and resource pack pack_format for any version.",
2020
)
2121
async def packformat(
2222
self,

cogs/commands/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __init__(self, bot):
1010

1111
@discord.slash_command(
1212
name="template",
13-
description="View datapack or resource pack templates",
13+
description="Download a pre-made template for datapacks and resource packs",
1414
)
1515
async def template(
1616
self,

0 commit comments

Comments
 (0)