[V3 JoinLeave] Initial commit
This commit is contained in:
5
joinleave/__init__.py
Normal file
5
joinleave/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .joinleave import JoinLeave
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(JoinLeave(bot))
|
||||
Reference in New Issue
Block a user