aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-09Removed logging.Gravatar Xithrius-3/+0
2020-09-09Topics are now iterated through instead of randomly selected.Gravatar Xithrius-16/+26
2020-09-09Added more topics.Gravatar Xithrius-9/+14
2020-09-09Changed from json formatting to yaml to get the ability for comments.Gravatar Xithrius-24/+22
2020-08-29Removed None from environ.get() in Wolfram NamedTuple to keep consistency ↵Gravatar Xithrius-1/+1
throughout constants.py
2020-08-29Reverted the SeasonalBot commands channel.Gravatar Xithrius-1/+1
2020-08-29Accidently commited tokens. All have been reset.Gravatar Xithrius-2/+1
2020-08-29Removed the time utility and replaced it with the arrow package.Gravatar Xithrius-74/+8
Alphabetized the "Colours" NamedTuple in the constants file.
2020-08-29Update bot/exts/evergreen/wolfram.pyGravatar Xithrius-2/+1
Co-authored-by: Dennis Pham <[email protected]>