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