[V3 Rndstatus] Initial commit
This commit is contained in:
7
rndstatus/__init__.py
Normal file
7
rndstatus/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .rndstatus import RndStatus
|
||||
|
||||
|
||||
def setup(bot):
|
||||
n = RndStatus(bot)
|
||||
bot.add_listener(n.switch_status, "on_message")
|
||||
bot.add_cog(n)
|
||||
Reference in New Issue
Block a user