Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2020-09-18 | Fix typo in casercipher help. | -1/+1 | ||
2020-09-18 | Refactor methods to use _get_text_and_embed | -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-18 | Make the encryption function top-level | -13/+21 | ||
This makes caesar_func a top-level function and renames it to caesar_cipher. | ||||
2020-09-17 | fix `reddit` command to use new emojis. | -3/+3 | ||
2020-09-17 | Update variable name from terning to dice | -2/+2 | ||
2020-09-16 | Update .roll to use new dice emojis | -7/+7 | ||
- Resolves #440 | ||||
2020-09-13 | Apply suggestions from code review | -5/+5 | ||
Fix grammar errors Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Renamed from python-extensions to c-extensions, reordered within list. | -4/+4 | ||
2020-09-10 | Updated the #computer-science channel ID. | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Updated the #python-general channel ID. | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Update bot/exts/evergreen/conversationstarters.py | -1/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-10 | Made all channel names lowercase. | -4/+4 | ||
2020-09-10 | Updated conversationstarters to simplify what values need to be checked. | -7/+4 | ||
2020-09-10 | Renamed "esoteric-Python" to "esoteric-python" | -1/+1 | ||
2020-09-10 | Update bot/exts/evergreen/conversationstarters.py | -1/+4 | ||
Co-authored-by: Shirayuki Nekomata <[email protected]> | ||||
2020-09-10 | Update bot/utils/randomization.py | -1/+5 | ||
Co-authored-by: Dennis Pham <[email protected]> | ||||
2020-09-09 | Update bot/exts/evergreen/conversationstarters.py | -1/+1 | ||
Co-authored-by: Shirayuki Nekomata <[email protected]> | ||||
2020-09-09 | Added RandomCycle utility to jump between set indexes repeatedly. | -10/+22 | ||
2020-09-09 | Removed logging. | -3/+0 | ||
2020-09-09 | Topics are now iterated through instead of randomly selected. | -16/+26 | ||
2020-09-09 | Added more topics. | -9/+14 | ||
2020-09-09 | Changed from json formatting to yaml to get the ability for comments. | -24/+22 | ||
2020-08-29 | Removed None from environ.get() in Wolfram NamedTuple to keep consistency ↵ | -1/+1 | ||
throughout constants.py | ||||
2020-08-29 | Reverted the SeasonalBot commands channel. | -1/+1 | ||
2020-08-29 | Accidently commited tokens. All have been reset. | -2/+1 | ||
2020-08-29 | Removed the time utility and replaced it with the arrow package. | -74/+8 | ||
Alphabetized the "Colours" NamedTuple in the constants file. | ||||
2020-08-29 | Update bot/exts/evergreen/wolfram.py | -2/+1 | ||
Co-authored-by: Dennis Pham <[email protected]> |