Fox-V3/qrinvite/__init__.py

6 lines
80 B

from .qrinvite import QRInvite
def setup(bot):
bot.add_cog(QRInvite(bot))