From 4016e84c2eb3209d904f575d7a9bc2f9d9a448bc Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 2 Sep 2018 12:57:22 -0700 Subject: [PATCH] [V3 RndStatus] Global prefix instead of server prefix --- rndstatus/rndstatus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rndstatus/rndstatus.py b/rndstatus/rndstatus.py index 28b15f3..eb6d73e 100644 --- a/rndstatus/rndstatus.py +++ b/rndstatus/rndstatus.py @@ -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)