mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
[Docs] Use gender neutral language in remaining places where it isn't (#5873)
This commit is contained in:
@@ -280,7 +280,7 @@ class SetApiModal(discord.ui.Modal):
|
||||
----------
|
||||
default_service: Optional[str]
|
||||
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``.
|
||||
default_keys: Optional[Dict[str, str]]
|
||||
The API keys the service is expecting.
|
||||
@@ -399,7 +399,7 @@ class SetApiView(discord.ui.View):
|
||||
----------
|
||||
default_service: Optional[str]
|
||||
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``.
|
||||
default_keys: Optional[Dict[str, str]]
|
||||
The API keys the service is expecting.
|
||||
|
||||
Reference in New Issue
Block a user