mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Docs] Use gender neutral language in remaining places where it isn't (#5873)
This commit is contained in:
parent
1cb5836db4
commit
fcbe37b956
@ -130,7 +130,7 @@ Mod
|
|||||||
- Added the ability to permanently ban a temporary banned user with ``[p]hackban`` (:issue:`4025`)
|
- Added the ability to permanently ban a temporary banned user with ``[p]hackban`` (:issue:`4025`)
|
||||||
- Fixed the passed reason not being used when using ``[p]tempban`` (:issue:`3958`)
|
- Fixed the passed reason not being used when using ``[p]tempban`` (:issue:`3958`)
|
||||||
- Fixed invite being sent with ``[p]tempban`` even when no invite was set (:issue:`3991`)
|
- Fixed invite being sent with ``[p]tempban`` even when no invite was set (:issue:`3991`)
|
||||||
- Prevented an issue whereby the author may lock him self out of using the bot via whitelists (:issue:`3903`)
|
- Prevented an issue whereby the author may lock themself out of using the bot via whitelists (:issue:`3903`)
|
||||||
- Reduced the number of API calls made to the storage APIs (:issue:`3910`)
|
- Reduced the number of API calls made to the storage APIs (:issue:`3910`)
|
||||||
|
|
||||||
Permissions
|
Permissions
|
||||||
|
|||||||
@ -341,7 +341,7 @@ bankset maxbal
|
|||||||
|
|
||||||
Defines the maximum amount of money a user can have with the bot.
|
Defines the maximum amount of money a user can have with the bot.
|
||||||
|
|
||||||
If an user reaches this limit, he will be unable to gain more money.
|
If a user reaches this limit, they will be unable to gain more money.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
|
|||||||
@ -216,7 +216,7 @@ or system files.
|
|||||||
Server owner
|
Server owner
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
The server owner can access all commands on his guild, except the global
|
The server owner can access all commands on their guild, except the global
|
||||||
ones or those that can interact with system files (available for the
|
ones or those that can interact with system files (available for the
|
||||||
bot owner).
|
bot owner).
|
||||||
|
|
||||||
|
|||||||
@ -280,7 +280,7 @@ class SetApiModal(discord.ui.Modal):
|
|||||||
----------
|
----------
|
||||||
default_service: Optional[str]
|
default_service: Optional[str]
|
||||||
The service to add the API keys to.
|
The service to add the API keys to.
|
||||||
If this is omitted the bot owner is allowed to set his own service.
|
If this is omitted the bot owner is allowed to set their own service.
|
||||||
Defaults to ``None``.
|
Defaults to ``None``.
|
||||||
default_keys: Optional[Dict[str, str]]
|
default_keys: Optional[Dict[str, str]]
|
||||||
The API keys the service is expecting.
|
The API keys the service is expecting.
|
||||||
@ -399,7 +399,7 @@ class SetApiView(discord.ui.View):
|
|||||||
----------
|
----------
|
||||||
default_service: Optional[str]
|
default_service: Optional[str]
|
||||||
The service to add the API keys to.
|
The service to add the API keys to.
|
||||||
If this is omitted the bot owner is allowed to set his own service.
|
If this is omitted the bot owner is allowed to set their own service.
|
||||||
Defaults to ``None``.
|
Defaults to ``None``.
|
||||||
default_keys: Optional[Dict[str, str]]
|
default_keys: Optional[Dict[str, str]]
|
||||||
The API keys the service is expecting.
|
The API keys the service is expecting.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user