aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/reddit.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-18/+15
| | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]>
* log warning in Reddit CogGravatar shtlrs2023-05-06-1/+1
|
* use `SecretStr` for all secretsGravatar shtlrs2023-05-06-1/+1
|
* Remove all wait_until_guil_available as this is now done in bot-coreGravatar Chris Lovering2022-09-23-4/+1
|
* Move init tasks to async cog_load functionsGravatar Chris Lovering2022-09-21-3/+2
|
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
|
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-2/+1
|
* Migrate to `og_blurple` (#924)Gravatar TizzySaurus2021-10-26-5/+5
|
* Move practical functions into utilities folderGravatar Janine vN2021-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.