Skip to content

Commit e682663

Browse files
committed
Merge branch 'Cordila-patch-2' into development
2 parents 302f5dc + f274a79 commit e682663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def startup(self):
157157

158158
async def load_extensions(self):
159159
for cog in self.loaded_cogs:
160+
if cog in self.extensions:
161+
continue
160162
logger.debug("Loading %s.", cog)
161163
try:
162164
await self.load_extension(cog)

0 commit comments

Comments
 (0)