6 lines
83 B
Python
6 lines
83 B
Python
from .joinleave import JoinLeave
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(JoinLeave(bot))
|