Added signature to detailed help
This commit is contained in:
parent
011daf3063
commit
3791d205de
@ -751,6 +751,8 @@ class Utils:
|
|||||||
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'Usage: {prefixes.split()[0]}{command.signature}\n')
|
||||||
pag.add(f'{command.help}')
|
pag.add(f'{command.help}')
|
||||||
|
else:
|
||||||
|
pag.add('\uFFF6There is no command by that name.')
|
||||||
|
|
||||||
book = utils.Book(pag, (None, ctx.channel, self.bot, ctx.message))
|
book = utils.Book(pag, (None, ctx.channel, self.bot, ctx.message))
|
||||||
await book.create_book()
|
await book.create_book()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user