Skip to content

Commit f274a79

Browse files
author
Cordila
authored
Update bot.py
1 parent 07c6dc1 commit f274a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def startup(self):
157157

158158
async def load_extensions(self):
159159
for cog in self.loaded_cogs:
160-
if cog in self.bot.extensions:
160+
if cog in self.extensions:
161161
continue
162162
logger.debug("Loading %s.", cog)
163163
try:

0 commit comments

Comments
 (0)