[V3 Wolfram] Add initial commit
This commit is contained in:
7
wolfram/__init__.py
Normal file
7
wolfram/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from discord.ext import commands
|
||||
from .wolfram import Wolfram
|
||||
|
||||
|
||||
def setup(bot: commands.Bot):
|
||||
n = Wolfram(bot)
|
||||
bot.add_cog(n)
|
||||
Reference in New Issue
Block a user