From dfc5f71b18e375ea551867ce0e760a5c22ba83a6 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 24 May 2020 15:17:13 -0700 Subject: [PATCH] [Wolfram] Clearer api key help --- wolfram/wolfram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfram/wolfram.py b/wolfram/wolfram.py index b889c6f..31eb007 100644 --- a/wolfram/wolfram.py +++ b/wolfram/wolfram.py @@ -124,7 +124,7 @@ class Wolfram(commands.Cog): @checks.is_owner() @commands.command(name="setwolframapi", aliases=["setwolfram"]) async def _setwolframapi(self, ctx, key: str): - """Set the api-key.""" + """Set the api-key. The key is the AppID of your application on the Wolfram|Alpha Developer Portal.""" if key: await self.config.WOLFRAM_API_KEY.set(key)