Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,6 @@ async def trigger_auto_triggers(self, message, channel, *, cls=commands.Context)
ctxs = []

if alias is not None:
ctxs = []
aliases = normalize_alias(alias)
if not aliases:
logger.warning("Alias %s is invalid as called in autotrigger.", invoker)
Expand All @@ -1063,7 +1062,6 @@ async def trigger_auto_triggers(self, message, channel, *, cls=commands.Context)
await self.invoke(ctx)

ctx.command.checks = old_checks
continue

async def get_context(self, message, *, cls=commands.Context):
"""
Expand Down