aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-09-18Fix typo in casercipher help.Gravatar Kieran Siek-1/+1
2020-09-18Refactor methods to use _get_text_and_embedGravatar PureFunctor-7/+4
This changes the converters used by caesarcipher_encrypt and caesarcipher_decrypt in order to accomodate for the manual conversion that _get_text_and_embed does, which allows for this feature to be easily disabled.
2020-09-18Make the encryption function top-levelGravatar PureFunctor-13/+21
This makes caesar_func a top-level function and renames it to caesar_cipher.
2020-09-17fix `reddit` command to use new emojis.Gravatar Senjan21-3/+3
2020-09-17Update variable name from terning to diceGravatar Gustav Odinger-2/+2
2020-09-16Update .roll to use new dice emojisGravatar Gustav Odinger-7/+7
- Resolves #440
2020-09-13Apply suggestions from code review Gravatar AtieP-5/+5
Fix grammar errors Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Renamed from python-extensions to c-extensions, reordered within list.Gravatar Xithrius-4/+4
2020-09-10Updated the #computer-science channel ID.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Updated the #python-general channel ID.Gravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius-1/+1
Co-authored-by: Dennis Pham <[email protected]>
2020-09-10Made all channel names lowercase.Gravatar Xithrius-4/+4
2020-09-10Updated conversationstarters to simplify what values need to be checked.Gravatar Xithrius-7/+4
2020-09-10Renamed "esoteric-Python" to "esoteric-python"Gravatar Xithrius-1/+1
2020-09-10Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius-1/+4
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-10Update bot/utils/randomization.pyGravatar Xithrius-1/+5
Co-authored-by: Dennis Pham <[email protected]>
2020-09-09Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius-1/+1
Co-authored-by: Shirayuki Nekomata <[email protected]>
2020-09-09Added RandomCycle utility to jump between set indexes repeatedly.Gravatar Xithrius-10/+22
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]>