Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add env var setting to determine whether to post daily top reddit posts | 2025-01-02 | -1/+2 | |
| | ||||
* | Add warning log if bot hits reddit ratelimit | 2025-01-02 | -0/+7 | |
| | ||||
* | Handle the case where get_top_posts returns an embed on error | 2025-01-02 | -0/+5 | |
| | ||||
* | Always use the get_logger func from bot-core | 2023-11-25 | -2/+2 | |
| | ||||
* | Bump ruff from 0.0.272 to 0.0.280 (#1333) | 2023-08-10 | -16/+15 | |
| | | | | | | | 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]> | |||
* | Re-enable the reddit autoposter (#1332) | 2023-07-23 | -1/+1 | |
| | ||||
* | Disable the r/python auto poster (#1296) | 2023-06-12 | -1/+1 | |
| | | | Otherwise this will error every morning while r/python isn't accessible | |||
* | Apply fixes for ruff linting | 2023-05-09 | -18/+15 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | log warning in Reddit Cog | 2023-05-06 | -1/+1 | |
| | ||||
* | use `SecretStr` for all secrets | 2023-05-06 | -1/+1 | |
| | ||||
* | Remove all wait_until_guil_available as this is now done in bot-core | 2022-09-23 | -4/+1 | |
| | ||||
* | Move init tasks to async cog_load functions | 2022-09-21 | -3/+2 | |
| | ||||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Use extension utils from bot-core | 2022-09-21 | -2/+1 | |
| | ||||
* | Migrate to `og_blurple` (#924) | 2021-10-26 | -5/+5 | |
| | ||||
* | Move practical functions into utilities folder | 2021-09-05 | -0/+368 | |
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. |