[RndStatus] Fix for not updating status
This commit is contained in:
@@ -2,6 +2,4 @@ from .rndstatus import RndStatus
|
||||
|
||||
|
||||
def setup(bot):
|
||||
n = RndStatus(bot)
|
||||
bot.add_listener(n.switch_status, "on_message")
|
||||
bot.add_cog(n)
|
||||
bot.add_cog(RndStatus(bot))
|
||||
|
||||
Reference in New Issue
Block a user