6 lines
80 B
6 lines
80 B
![]()
7 years ago
|
from .qrinvite import QRInvite
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(QRInvite(bot))
|