Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move practical functions into utilities folder | 2021-09-05 | -69/+0 | |
| | | | | | | 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. | |||
* | fix: Pass bot only when __init__ is defined | 2021-05-04 | -1/+1 | |
| | ||||
* | chore: Prefer double quotes over single quotes | 2021-05-04 | -6/+6 | |
| | ||||
* | chore(evergreen): remove unneeded cog constructors | 2021-04-19 | -3/+0 | |
| | ||||
* | chore(evergreen): format each cog load docstring the same way | 2021-04-19 | -1/+1 | |
| | ||||
* | chore: switch commands.Bot typehints to bot.bot's Bot | 2021-04-19 | -2/+3 | |
| | ||||
* | Switches To Whitelist Check | 2021-02-07 | -2/+2 | |
| | | | | | | Switches all instances of override_in_channel to whitelist override. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Update bot/exts/evergreen/conversationstarters.py | 2020-09-10 | -1/+1 | |
| | | | Co-authored-by: Dennis Pham <[email protected]> | |||
* | Updated conversationstarters to simplify what values need to be checked. | 2020-09-10 | -7/+4 | |
| | ||||
* | Update bot/exts/evergreen/conversationstarters.py | 2020-09-10 | -1/+4 | |
| | | | Co-authored-by: Shirayuki Nekomata <[email protected]> | |||
* | Update bot/exts/evergreen/conversationstarters.py | 2020-09-09 | -1/+1 | |
| | | | Co-authored-by: Shirayuki Nekomata <[email protected]> | |||
* | Added RandomCycle utility to jump between set indexes repeatedly. | 2020-09-09 | -10/+3 | |
| | ||||
* | Removed logging. | 2020-09-09 | -3/+0 | |
| | ||||
* | Topics are now iterated through instead of randomly selected. | 2020-09-09 | -16/+26 | |
| | ||||
* | Sorted imports to comply with flake8 standards. | 2020-08-17 | -1/+1 | |
| | ||||
* | Changed from json to yaml extraction of channel topics. | 2020-08-17 | -4/+8 | |
| | ||||
* | Update bot/exts/evergreen/conversationstarters.py | 2020-08-10 | -1/+1 | |
| | | | Co-authored-by: Dennis Pham <[email protected]> | |||
* | Gave the Embed the burple color. | 2020-08-10 | -2/+4 | |
| | ||||
* | ALL_ALLOWED_CHANNELS now is a list of channel IDs instead of None. | 2020-08-10 | -1/+1 | |
| | ||||
* | Linted. | 2020-08-10 | -3/+4 | |
| | ||||
* | Finalized whitelist for allowed channels .topic can be used in. | 2020-08-10 | -6/+14 | |
| | | | | Changed resource path to evergreen, added WHITELISTED_CHANNELS to PY_TOPICS channels. | |||
* | Linted. | 2020-08-10 | -3/+2 | |
| | ||||
* | Updated to comply with reviews. | 2020-08-10 | -0/+57 | |