Added signature to detailed help
This commit is contained in:
parent
4963d773e2
commit
011daf3063
@ -749,6 +749,7 @@ class Utils:
|
|||||||
|
|
||||||
if command and not command.hidden:
|
if command and not command.hidden:
|
||||||
pag.add(f'\uFFF6{command.name}')
|
pag.add(f'\uFFF6{command.name}')
|
||||||
|
pag.add(f'Usage: {prefixes.split()[0]}{command.signature}\n')
|
||||||
pag.add(f'{command.help}')
|
pag.add(f'{command.help}')
|
||||||
|
|
||||||
book = utils.Book(pag, (None, ctx.channel, self.bot, ctx.message))
|
book = utils.Book(pag, (None, ctx.channel, self.bot, ctx.message))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user