Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | alias Wolfram as WolframConfig | 2023-05-06 | -5/+5 | |
| | ||||
* | Run null check on needed api keys before loading cogs. | 2023-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 tokens | 2023-05-06 | -2/+2 | |
| | ||||
* | use `SecretStr` for all secrets | 2023-05-06 | -1/+1 | |
| | ||||
* | update Tokens & Wolfram | 2023-05-06 | -2/+2 | |
| | ||||
* | Catch more status codes in Wolfram commands (#1136) | 2022-10-28 | -0/+13 | |
| | ||||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Move practical functions into utilities folder | 2021-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. |