Cleanup part 2 and Beta 20 requirements
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user