aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/conversationstarters.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move practical functions into utilities folderGravatar Janine vN2021-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 definedGravatar ToxicKidz2021-05-04-1/+1
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-6/+6
|
* chore(evergreen): remove unneeded cog constructorsGravatar vcokltfre2021-04-19-3/+0
|
* chore(evergreen): format each cog load docstring the same wayGravatar vcokltfre2021-04-19-1/+1
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-2/+3
|
* Switches To Whitelist CheckGravatar Hassan Abouelela2021-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.pyGravatar Xithrius2020-09-10-1/+1
| | | Co-authored-by: Dennis Pham <[email protected]>
* Updated conversationstarters to simplify what values need to be checked.Gravatar Xithrius2020-09-10-7/+4
|
* Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius2020-09-10-1/+4
| | | Co-authored-by: Shirayuki Nekomata <[email protected]>
* Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius2020-09-09-1/+1
| | | Co-authored-by: Shirayuki Nekomata <[email protected]>
* Added RandomCycle utility to jump between set indexes repeatedly.Gravatar Xithrius2020-09-09-10/+3
|
* Removed logging.Gravatar Xithrius2020-09-09-3/+0
|
* Topics are now iterated through instead of randomly selected.Gravatar Xithrius2020-09-09-16/+26
|
* Sorted imports to comply with flake8 standards.Gravatar Xithrius2020-08-17-1/+1
|
* Changed from json to yaml extraction of channel topics.Gravatar Xithrius2020-08-17-4/+8
|
* Update bot/exts/evergreen/conversationstarters.pyGravatar Xithrius2020-08-10-1/+1
| | | Co-authored-by: Dennis Pham <[email protected]>
* Gave the Embed the burple color.Gravatar Xithrius2020-08-10-2/+4
|
* ALL_ALLOWED_CHANNELS now is a list of channel IDs instead of None.Gravatar Xithrius2020-08-10-1/+1
|
* Linted.Gravatar Xithrius2020-08-10-3/+4
|
* Finalized whitelist for allowed channels .topic can be used in.Gravatar Xithrius2020-08-10-6/+14
| | | | Changed resource path to evergreen, added WHITELISTED_CHANNELS to PY_TOPICS channels.
* Linted.Gravatar Xithrius2020-08-10-3/+2
|
* Updated to comply with reviews.Gravatar Xithrius2020-08-10-0/+57