6 lines
74 B
Python
6 lines
74 B
Python
from .leaver import Leaver
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Leaver(bot))
|