diff --git a/src/__main__.py b/src/__main__.py index 7877b25..29b14f4 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -62,7 +62,7 @@ class Geeksbot(commands.Bot): self.voice_chans = {} self.spam_list = {} self.owner_id = 351794468870946827 - self.__version__ = '0.6.1a' + self.__version__ = '0.6.2a' self.gcs_service = build('customsearch', 'v1', developerKey=self.bot_secrets['google_search_key']) self.tpe = futures.ThreadPoolExecutor() self.geo_api = '2d4e419c2be04c8abe91cb5dd1548c72' diff --git a/src/exts/utils.py b/src/exts/utils.py index c9d6752..4233ee8 100644 --- a/src/exts/utils.py +++ b/src/exts/utils.py @@ -749,7 +749,7 @@ class Utils: if command and not command.hidden: 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\n') pag.add(f'{command.help}') else: pag.add('\uFFF6There is no command by that name.')