Remove owner_id from bot instance

This commit is contained in:
Dustin Pianalto 2019-12-14 01:21:31 -09:00
parent c5c890f876
commit 76a4a753c4

View File

@ -89,7 +89,6 @@ class Geeksbot(commands.Bot):
self.bot_config = json.load(f)
self.embed_color = discord.Colour.from_rgb(49, 107, 111)
self.error_color = discord.Colour.from_rgb(142, 29, 31)
self.owner_id = 351794468870946827
self.tpe = futures.ThreadPoolExecutor(max_workers=20)
self.process_pool = Pool(processes=4)
self.geo_api = '2d4e419c2be04c8abe91cb5dd1548c72'