Browse Source
Previously, if you had `{@mention} {prefix}{command}`, `require_mention` was set to `True`, and `prefixes` were set to anything, then the command framework would look for a command named `{prefix}{command}`. However, this specific grouping of settings would not be chosen unless the bot creator wanted the command framework to look for `{command}`. tl;dr settings weren't being respectedpull/160/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue