[RndStatus] Fix for not updating status

This commit is contained in:
aikaterna
2019-10-04 19:14:47 -07:00
committed by GitHub
parent decf472b6c
commit 80e5095ebc

View File

@@ -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))