[V3 Tools] Initial commit
Thanks to sitryk for all of his hard work over a year or so on my tools cog.
This commit is contained in:
4
tools/__init__.py
Normal file
4
tools/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .tools import Tools
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Tools(bot))
|
||||
Reference in New Issue
Block a user