aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/wolfram.py (follow)
Commit message (Collapse)AuthorAgeLines
* Always use the get_logger func from bot-coreGravatar Chris Lovering2023-11-25-2/+2
|
* Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-2/+2
| | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]>
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-8/+5
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* alias Wolfram as WolframConfigGravatar shtlrs2023-05-06-5/+5
|
* Run null check on needed api keys before loading cogs.Gravatar shtlrs2023-05-06-0/+3
| | | | | | This makes sure that all cogs that need keys won't load. Which helps in avoiding exceptions at runtime, and give a clearer warning at startup time.
* give empty str as default to tokensGravatar shtlrs2023-05-06-2/+2
|
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-1/+1
|
* update Tokens & WolframGravatar shtlrs2023-05-06-2/+2
|
* Catch more status codes in Wolfram commands (#1136)Gravatar Karlis Suvi2022-10-28-0/+13
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Move practical functions into utilities folderGravatar Janine vN2021-09-05-0/+293
Separates out the useful/practical seasonal bot features from the evergreen folder into a "utilities" folder. Adjusts the paths to resources to reflect the folder move.