Fixed bug in help
This commit is contained in:
parent
ee258bc62f
commit
b9689b502d
@ -62,7 +62,7 @@ class Geeksbot(commands.Bot):
|
|||||||
self.voice_chans = {}
|
self.voice_chans = {}
|
||||||
self.spam_list = {}
|
self.spam_list = {}
|
||||||
self.owner_id = 351794468870946827
|
self.owner_id = 351794468870946827
|
||||||
self.__version__ = '0.6.2a'
|
self.__version__ = '0.6.3a'
|
||||||
self.gcs_service = build('customsearch', 'v1', developerKey=self.bot_secrets['google_search_key'])
|
self.gcs_service = build('customsearch', 'v1', developerKey=self.bot_secrets['google_search_key'])
|
||||||
self.tpe = futures.ThreadPoolExecutor()
|
self.tpe = futures.ThreadPoolExecutor()
|
||||||
self.geo_api = '2d4e419c2be04c8abe91cb5dd1548c72'
|
self.geo_api = '2d4e419c2be04c8abe91cb5dd1548c72'
|
||||||
|
|||||||
@ -752,7 +752,7 @@ class Utils:
|
|||||||
pag.add(f'Usage: {prefixes.split()[0]}{command.signature}\n')
|
pag.add(f'Usage: {prefixes.split()[0]}{command.signature}\n')
|
||||||
pag.add(f'\uFFF0\n{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.\n>')
|
||||||
|
|
||||||
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