[Alias] Fix double plural grammar in alias docstring (#5092)

This commit is contained in:
Kreus Amredes
2021-08-31 19:46:12 +01:00
committed by GitHub
parent 173127e015
commit 299d6c57d9

View File

@@ -34,7 +34,7 @@ class _TrackingFormatter(Formatter):
class Alias(commands.Cog):
"""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)
or as simply a shortcut to saying "x y z".