Cleanup part 2 and Beta 20 requirements

This commit is contained in:
aikaterna
2018-08-19 20:23:44 -07:00
parent 4f5eb77733
commit 76e8c90b5b
17 changed files with 31 additions and 44 deletions

View File

@@ -4,6 +4,7 @@ from redbot.core import commands
class Inspirobot:
"""Posts images generated by https://inspirobot.me"""
def __init__(self, bot):
self.bot = bot
self.session = aiohttp.ClientSession()