[V3 Nolinks] Initial commit

This commit is contained in:
aikaterna
2018-09-16 14:10:50 -07:00
parent c596232d13
commit a4d55df273
4 changed files with 160 additions and 0 deletions

5
nolinks/__init__.py Normal file
View File

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