Skip to content

Commit 468960c

Browse files
committed
Add missing super().cog_load() call in APICog
1 parent 8915b6a commit 468960c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot/src/ghutils/cogs/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ class APICog(GHUtilsCog):
126126
server: Server | None = field(default=None, init=False)
127127

128128
async def cog_load(self):
129+
await super().cog_load()
129130
app.state.bot = self.bot
130131
self.server = Server(
131132
Config(

0 commit comments

Comments
 (0)