| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Refactor: capitalize Month enum members | 2020-03-31 | -12/+12 | |
| | | | | | Co-authored-by: MarkKoz <[email protected]> | |||
| * | Deseasonify: remove `autostart` env var | 2020-03-30 | -1/+0 | |
| | | | | | | | Constant is no longer used. See: 9259f985e6e327a522b4420c879a50cb4f75a09d | |||
| * | Deseasonify: validate configured month override | 2020-03-29 | -0/+6 | |
| | | ||||
| * | Deseasonify: add `month_override` env var | 2020-03-29 | -0/+2 | |
| | | ||||
| * | Merge master: sentry sdk, updated contributing docs | 2020-03-28 | -0/+1 | |
| |\ | ||||
| | * | Setup Sentry | 2020-03-25 | -0/+1 | |
| | | | ||||
| * | | Deseasonify: remove outdated `devtest` channel constant | 2020-03-24 | -2/+0 | |
| | | | | | | | | | | | | | | | This channel no longer exists and creeps into error messages as #deleted-channel. Fixes: #335 | |||
| * | | Deseasonify: clean up `constants` module | 2020-03-24 | -27/+45 | |
| | | | | | | | | | | | | | | | Order config classes and constants alphabetically (within groups). Add missing classes to `__all__`, and style it as a vertical list. This will make it easier to maintain, and allows it to serve as a summary of the module's contents. | |||
| * | | Deseasonify: move bookmark icon under `Icons` constants | 2020-03-24 | -6/+4 | |
| | | | ||||
| * | | Deseasonify: load bool env var properly | 2020-03-22 | -1/+1 | |
| | | | | | | | | | | | | | | | Fixes a bug where the `autostart` boolean constant wasn't being loaded properly and would always be set to True, as `bool("False") is True`. The constant now defaults to False. | |||
| * | | Deseasonify: add ok_hand emoji constant | 2020-03-22 | -0/+1 | |
| | | | ||||
| * | | Deseasonify: add autostart env var | 2020-03-22 | -0/+1 | |
| | | | | | | | | | | | During development it may be useful to not have the branding daemon start automatically - this env var will make that possible. | |||
| * | | Deseasonify: add class for branding config | 2020-03-21 | -2/+5 | |
| | | | | | | | | | | | | | Since we'll be adding more env vars to control the branding manager, let's add a new config category. As a result, the cycle frequency constant name can be made shorter. | |||
| * | | Deseasonify: remove `season_override` env var | 2020-03-21 | -1/+0 | |
| | | | | | | | | | Unused and no longer relevant. | |||
| * | | Deseasonify: add github token env var | 2020-03-18 | -0/+1 | |
| | | | ||||
| * | | Merge branch 'master' into seasonal-purge | 2020-03-15 | -0/+4 | |
| |\| | | | | | | | | | | | | | This merges the newly added help cog. Resolve slight conflict in the __main__ module caused by the the master branch still assuming the presence of the legacy season manager cog. | |||
| | * | Merge branch 'master' into help | 2020-03-13 | -2/+3 | |
| | |\ | ||||
| | * | | (Help): Added `Icons` class to constant, added `questionmark` to there, ↵ | 2020-03-10 | -0/+4 | |
| | | | | | | | | | | | | | reverted icon removal in `.help` command. | |||
| * | | | Deseasonify: improve documentation for `icon_cycle_frequency` | 2020-03-14 | -1/+1 | |
| | | | | ||||
| * | | | Merge branch 'master' into seasonal-purge | 2020-03-07 | -2/+3 | |
| |\ \ \ | | |/ | |/| | | | | | | | Update the feature branch. This resolves a conflict in the season.py module, which has been since been deprecated and removed. | |||
| | * | | Merge branch 'master' into games-command | 2020-03-05 | -2/+2 | |
| | |\ \ | ||||
| | | * | | Strip references to seasonalbot chat | 2020-03-01 | -1/+0 | |
| | | | | | | | | | | | | | | | | | Redirect any output to seasonalbot commands, where relevant | |||
| | | * | | Update devlog channel constant | 2020-02-25 | -1/+1 | |
| | | | | | | | | | | | | | The log channels have become one | |||
| | | * | | Add icon cycle frequency constant | 2020-02-23 | -0/+1 | |
| | | |/ | ||||
| | * / | Added .games command with all it's subcommands, added IGDB token requirement ↵ | 2020-02-25 | -0/+1 | |
| | |/ | | | | | | | to constants.py. | |||
| * / | Add IntEnum for the 12 months | 2020-02-22 | -2/+18 | |
| |/ | | | | | | This is a safe way to specify which months a command can be used in. The enum's values behave as ints when being passed to the datetime.date initialiser. | |||
| * | Merge branch 'master' into F4zi/bug/LAST_EMOJI-352 | 2020-02-19 | -0/+1 | |
| |\ | ||||
| | * | Added .movies genres|genre|g command. Made .movies command docstring ↵ | 2020-02-17 | -0/+1 | |
| | | | | | | | | | smaller. Added warning loggings. Better Some Numbers section formatting. | |||
| * | | Paginator Migration - Added trashcan emoji to constants.py | 2020-02-17 | -0/+1 | |
| |/ | ||||
| * | Merge branch 'bookmark' of https://github.com/AG4lyf/seasonalbot into bookmark | 2019-12-10 | -1/+1 | |
| |\ | ||||
| | * | Make AoC channel ID configurable for testing environments | 2019-12-04 | -1/+1 | |
| | | | | | | | | | | | | | | | I have made the `#advent-of-code` channel id configurable using the same environment variable technique used for other settings. This makes it easier to test features that rely on this channel in a test environment. | |||
| * | | Add bookmark icon url to constants | 2019-12-10 | -0/+6 | |
| |/ | ||||
| * | Add envelope emoji constant | 2019-12-02 | -0/+1 | |
| | | ||||
| * | Merge branch 'master' into monster_bio | 2019-11-30 | -2/+3 | |
| |\ | | | | | Relock | |||
| | * | Add env var support for Advent of Code year specification | 2019-11-25 | -1/+1 | |
| | | | | | | | To assist with debugging | |||
| | * | Update leaderboard ID | 2019-11-25 | -1/+1 | |
| | | | ||||
| | * | year binds to datetime instead of a magic number | 2019-11-18 | -1/+2 | |
| | | | ||||
| * | | Merge branch 'master' into monster_bio | 2019-10-18 | -0/+7 | |
| |\| | ||||
| | * | Merge branch 'master' into master | 2019-10-14 | -0/+1 | |
| | |\ | ||||
| | | * | add the adventofcode channel to Channels constant | 2019-10-03 | -0/+1 | |
| | | | | ||||
| | * | | Trailing Commas Removed | 2019-10-07 | -4/+4 | |
| | | | | ||||
| | * | | Added GitHub emojis to constants file | 2019-10-07 | -0/+6 | |
| | |/ | ||||
| * / | Changed several things. | 2019-10-18 | -0/+1 | |
| |/ | ||||
| * | remove hacktoberfest channel from global whitelist | 2019-10-01 | -1/+1 | |
| | | ||||
| * | Add #event-hacktoberfest-2019 to bot command whitelist | 2019-10-01 | -1/+2 | |
| | | ||||
| * | Add constant groups to `constants.py` | 2019-08-06 | -2/+55 | |
| | | | | | The following groups are added: STAFF_ROLES, MODERATION_ROLES, WHITELISTED_CHANNELS, POSITIVE_REPLIES, NEGATIVE_REPLIES | |||
| * | Move bot out of constants.py to bot.py | 2019-08-05 | -6/+1 | |
| | | ||||
| * | Unify constants file quotation use | 2019-08-04 | -11/+11 | |
| | | ||||
| * | Add new Seasonalbot channel IDs to constants | 2019-08-04 | -1/+3 | |
| | | | | | Change Show Your Projects channel to an env var | |||
| * | Changing id of terning4 to the correct one | 2019-07-03 | -1/+1 | |
| | | ||||