[V3 JoinLeave] Initial commit

This commit is contained in:
aikaterna
2018-10-18 13:55:11 -07:00
committed by GitHub
parent 49bc34d628
commit 760f6b2e9e

5
joinleave/__init__.py Normal file
View File

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