Beta of release 1.0.0

release-1.0.0
DustyP 8 years ago
parent b9689b502d
commit 916e605a6e

@ -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.3a' self.__version__ = '1.0.0b'
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'

@ -698,7 +698,6 @@ class Utils:
else: else:
await msg.edit(content=f'I can\'t find any data for that location.\nPlease try again.') await msg.edit(content=f'I can\'t find any data for that location.\nPlease try again.')
# TODO Create Help command
@commands.command(name='help', aliases=['h']) @commands.command(name='help', aliases=['h'])
@commands.cooldown(1, 5, commands.BucketType.user) @commands.cooldown(1, 5, commands.BucketType.user)
async def custom_help(self, ctx, *, command: str=None): async def custom_help(self, ctx, *, command: str=None):

Loading…
Cancel
Save