mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[Misc] Typo fixes (#3427)
* [Misc] Typo fixes * Changelog * Trivia list * Update 3427.misc.rst * Changelog
This commit is contained in:
@@ -90,7 +90,7 @@ class Alias(commands.Cog):
|
||||
|
||||
def is_command(self, alias_name: str) -> bool:
|
||||
"""
|
||||
The logic here is that if this returns true, the name shouldnt be used for an alias
|
||||
The logic here is that if this returns true, the name should not be used for an alias
|
||||
The function name can be changed when alias is reworked
|
||||
"""
|
||||
command = self.bot.get_command(alias_name)
|
||||
|
||||
Reference in New Issue
Block a user