Docstring Fix (#5080)

* Missing word

* Make a little more sense
This commit is contained in:
Lifeismana 2021-05-25 17:58:10 +02:00 committed by GitHub
parent 137713d9ca
commit 2d8dbad63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2326,7 +2326,7 @@ set addadminrole
Adds an admin role for this guild.
Admins have all the same access and Mods, plus additional admin level commands like:
Admins have the same access as Mods, plus additional admin level commands like:
- ``[p]set serverprefix``
- ``[p]addrole``
- ``[p]ban``

View File

@ -1434,7 +1434,7 @@ class Downloader(commands.Cog):
message += (
_("\nSome cogs with these names are already installed from different repos: ")
if len(name_already_used) > 1
else _("Cog with this is already installed from a different repo.")
else _("Cog with this name is already installed from a different repo.")
) + humanize_list(name_already_used)
correct_cogs, add_to_message = self._filter_incorrect_cogs(cogs)
if add_to_message:

View File

@ -2116,7 +2116,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
"""
Adds an admin role for this guild.
Admins have all the same access and Mods, plus additional admin level commands like:
Admins have the same access as Mods, plus additional admin level commands like:
- `[p]set serverprefix`
- `[p]addrole`
- `[p]ban`