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

@@ -1,7 +1,5 @@
from discord.ext import commands
from .wolfram import Wolfram
def setup(bot: commands.Bot):
n = Wolfram(bot)
bot.add_cog(n)
def setup(bot):
bot.add_cog(Wolfram(bot))