Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
popeeyy committed Aug 8, 2021
1 parent 115ccfa commit a24cae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,6 @@ async def trigger_auto_triggers(self, message, channel, *, cls=commands.Context)
logger.warning("Alias %s is invalid as called in autotrigger.", invoker)

for alias in aliases:
print("Initial view", invoked_prefix + alias)
view = StringView(invoked_prefix + alias)
invoked_with = view.get_word().lower()[1:]
found_command = self.all_commands.get(invoked_with)
Expand Down

0 comments on commit a24cae3

Please sign in to comment.