Skip to content

Commit a204c0d

Browse files
committed
Add pack command brief
1 parent 7c55727 commit a204c0d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

commanderbot_ext/ext/pack/pack_cog.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ def __init__(self, bot: Bot, **options):
1717
self.build_timeout = options.pop("timeout", 5)
1818
self.show_stacktraces = options.pop("stacktraces", False)
1919

20-
@command(name="pack")
20+
@command(
21+
name="pack",
22+
brief="Generate a data pack or a resource pack.",
23+
)
2124
async def cmd_pack(self, ctx: Context, name: Optional[str]):
2225
if not ctx.message:
2326
self.log.warn("Command executed without message.")

0 commit comments

Comments
 (0)