[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:
aikaterna
2018-09-16 16:48:14 -07:00
parent 4fb980d918
commit 85adff49c9
5 changed files with 814 additions and 0 deletions

4
tools/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .tools import Tools
def setup(bot):
bot.add_cog(Tools(bot))