Added signature to detailed help

This commit is contained in:
Dustin Pianalto 2018-06-08 14:49:16 -08:00
parent 011daf3063
commit 3791d205de

View File

@ -751,6 +751,8 @@ class Utils:
pag.add(f'\uFFF6{command.name}')
pag.add(f'Usage: {prefixes.split()[0]}{command.signature}\n')
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))
await book.create_book()