From fb5f9b64987b70de6a59725970e76dfa2bf08880 Mon Sep 17 00:00:00 2001 From: Kreusada Tagiazala <67752638+Kreusada@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:54:09 +0100 Subject: [PATCH] Fix `[p]set api` docstring (#5807) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 23c0733cf..d04ce6257 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -3115,7 +3115,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): **Examples:** - `[p]set api` - - `[p]set api spotify + - `[p]set api spotify` - `[p]set api spotify redirect_uri localhost` - `[p]set api github client_id,whoops client_secret,whoops`