diff options
author | 2023-05-01 14:25:14 +0100 | |
---|---|---|
committer | 2023-05-06 13:20:46 +0100 | |
commit | e5cce5558c4dd3da38f9106d9b4addb874ea0c4b (patch) | |
tree | f2f4bd6c78cb89ccc4490653029251d6f248674a /bot/exts/utilities/wolfram.py | |
parent | update Roles (diff) |
update Tokens & Wolfram
Diffstat (limited to 'bot/exts/utilities/wolfram.py')
-rw-r--r-- | bot/exts/utilities/wolfram.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/utilities/wolfram.py b/bot/exts/utilities/wolfram.py index a2f1228a..7dc4d7c3 100644 --- a/bot/exts/utilities/wolfram.py +++ b/bot/exts/utilities/wolfram.py @@ -10,12 +10,12 @@ from discord.ext import commands from discord.ext.commands import BucketType, Cog, Context, check, group from bot.bot import Bot -from bot.constants import Colours, STAFF_ROLES, Wolfram +from bot.constants import Colours, STAFF_ROLES, Tokens, Wolfram from bot.utils.pagination import ImagePaginator log = logging.getLogger(__name__) -APPID = Wolfram.key +APPID = Tokens.wolfram DEFAULT_OUTPUT_FORMAT = "JSON" QUERY = "http://api.wolframalpha.com/v2/{request}" WOLF_IMAGE = "https://www.symbols.com/gi.php?type=1&id=2886&i=1" |