Fix logo help text in slash command
This commit is contained in:
parent
7e42c25eb4
commit
5974d305b5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class UtilCog(commands.Cog):
|
||||||
|
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="logo",
|
name="logo",
|
||||||
description="Retrieve J.A.R.V.I.S. status",
|
description="Get the current logo",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[578757004059738142],
|
||||||
)
|
)
|
||||||
async def _logo_slash(self, ctx):
|
async def _logo_slash(self, ctx):
|
||||||
|
|
Loading…
Add table
Reference in a new issue