[IcyParser] Initial commit

This commit is contained in:
aikaterna
2020-03-03 11:00:27 -08:00
parent 6e1c71fb9b
commit b6822f46f1
3 changed files with 91 additions and 0 deletions

5
icyparser/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .icyparser import IcyParser
def setup(bot):
bot.add_cog(IcyParser(bot))