mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[V3] Add missing await for [p]set prefix (#1809)
This commit is contained in:
parent
8916f55d52
commit
95f51e1126
@ -197,7 +197,7 @@ class CoreLogic:
|
|||||||
if prefixes:
|
if prefixes:
|
||||||
prefixes = sorted(prefixes, reverse=True)
|
prefixes = sorted(prefixes, reverse=True)
|
||||||
await self.bot.db.prefix.set(prefixes)
|
await self.bot.db.prefix.set(prefixes)
|
||||||
return self.bot.db.prefix()
|
return await self.bot.db.prefix()
|
||||||
|
|
||||||
async def _version_info(self):
|
async def _version_info(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user