mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[Core] Improve regionalformat docstrings (#5055)
* [Docs] Update regionalformat docs * [Core] Improve regionalformat docstrings
This commit is contained in:
@@ -2736,7 +2736,7 @@ set globalregionalformat
|
||||
|
||||
**Description**
|
||||
|
||||
Changes bot's regional format. This is used for formatting date, time and numbers.
|
||||
Changes the bot's regional format. This is used for formatting date, time and numbers.
|
||||
|
||||
``language_code`` can be any language code with country code included, e.g. ``en-US``, ``de-DE``, ``fr-FR``, ``pl-PL``, etc.
|
||||
Leave ``language_code`` empty to base regional formatting on bot's locale.
|
||||
@@ -3055,7 +3055,7 @@ set regionalformat
|
||||
|
||||
**Description**
|
||||
|
||||
Changes bot's regional format in this server. This is used for formatting date, time and numbers.
|
||||
Changes the bot's regional format in this server. This is used for formatting date, time and numbers.
|
||||
|
||||
``language_code`` can be any language code with country code included, e.g. ``en-US``, ``de-DE``, ``fr-FR``, ``pl-PL``, etc.
|
||||
Leave ``language_code`` empty to base regional formatting on bot's locale in this server.
|
||||
|
||||
Reference in New Issue
Block a user