diff options
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index c16faa9b..a484b4c9 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -294,7 +294,6 @@ class _Tokens(EnvConfig): igdb_client_secret: SecretStr = "" github: SecretStr = "" unsplash: SecretStr = "" - wolfram: SecretStr = "" Tokens = _Tokens() |