mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Alias] Fix double plural grammar in alias docstring (#5092)
This commit is contained in:
parent
173127e015
commit
299d6c57d9
@ -34,7 +34,7 @@ class _TrackingFormatter(Formatter):
|
|||||||
class Alias(commands.Cog):
|
class Alias(commands.Cog):
|
||||||
"""Create aliases for commands.
|
"""Create aliases for commands.
|
||||||
|
|
||||||
Aliases are alternative names shortcuts for commands. They
|
Aliases are alternative names/shortcuts for commands. They
|
||||||
can act as both a lambda (storing arguments for repeated use)
|
can act as both a lambda (storing arguments for repeated use)
|
||||||
or as simply a shortcut to saying "x y z".
|
or as simply a shortcut to saying "x y z".
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user