6 lines
77 B
Python
6 lines
77 B
Python
from .invites import Invites
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Invites(bot))
|