mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Docs] Typo fix (#2658)
This commit is contained in:
parent
3de1a265ea
commit
7d103f1d32
@ -18,7 +18,7 @@ and when accessed in the code it should be done by
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
await self.bot.db.api_tokens.get_raw("twitch", default={"client_id": None, "client_secret: None"})
|
await self.bot.db.api_tokens.get_raw("twitch", default={"client_id": None, "client_secret": None})
|
||||||
|
|
||||||
Each service has its own dict of key, value pairs for each required key type. If there's only one key required then a name for the key is still required for storing and accessing.
|
Each service has its own dict of key, value pairs for each required key type. If there's only one key required then a name for the key is still required for storing and accessing.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user