|
|
|
@ -749,8 +749,8 @@ 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\n')
|
|
|
|
pag.add(f'Usage: {prefixes.split()[0]}{command.signature}\n')
|
|
|
|
pag.add(f'{command.help}')
|
|
|
|
pag.add(f'\uFFF0\n{command.help}')
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
pag.add('\uFFF6There is no command by that name.')
|
|
|
|
pag.add('\uFFF6There is no command by that name.')
|
|
|
|
|
|
|
|
|
|
|
|
|