[Wolfram] Clearer api key help

This commit is contained in:
aikaterna
2020-05-24 15:17:13 -07:00
committed by GitHub
parent 6c08f175cd
commit dfc5f71b18

View File

@@ -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)