Skip to content

Commit ed0631c

Browse files
committed
Update bot.py
1 parent 4c0d871 commit ed0631c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ async def trigger_auto_triggers(self, message, channel, *, cls=commands.Context)
10441044
if ctx.command:
10451045
old_checks = copy.copy(ctx.command.checks)
10461046
ctx.command.checks = [checks.has_permissions(PermissionLevel.INVALID)]
1047+
10471048
await self.invoke(ctx)
10481049

10491050
ctx.command.checks = old_checks

0 commit comments

Comments
 (0)