mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[Admin] fix erroneous await in _ready.set() (#4107)
This commit is contained in:
parent
0d8a899a65
commit
583f093eb0
@ -99,7 +99,7 @@ class Admin(commands.Cog):
|
|||||||
await self.migrate_config_from_0_to_1()
|
await self.migrate_config_from_0_to_1()
|
||||||
await self.config.schema_version.set(1)
|
await self.config.schema_version.set(1)
|
||||||
|
|
||||||
await self._ready.set()
|
self._ready.set()
|
||||||
|
|
||||||
async def migrate_config_from_0_to_1(self):
|
async def migrate_config_from_0_to_1(self):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user