[V3 RndStatus] Global prefix instead of server prefix

This commit is contained in:
aikaterna
2018-09-02 12:57:22 -07:00
committed by GitHub
parent e610c32559
commit 4016e84c2e

View File

@@ -92,7 +92,7 @@ class RndStatus:
current_game = None
statuses = await self.config.statuses()
botstats = await self.config.botstats()
prefix = await self.bot.command_prefix(self.bot, message)
prefix = await self.bot.db.prefix()
if botstats:
total_users = sum(len(s.members) for s in self.bot.guilds)