Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | 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 | ||
| | |||||
* | Update bot/constants.py | 2019-05-14 | -1/+1 | ||
| | | | Co-Authored-By: Daniel Brown <[email protected]> | ||||
* | Fixed broken constants commit with accidental changes. | 2019-05-13 | -8/+9 | ||
| | |||||
* | Added the show projects channels to the constants file. | 2019-05-13 | -8/+9 | ||
| | |||||
* | Merge branch 'master' into hanukkah_embed_iceman | 2019-05-11 | -7/+7 | ||
|\ | |||||
| * | Constants cleaning | 2019-04-23 | -3/+0 | ||
| | | |||||
| * | Merge pull request #166 from RohanJnr/april_fools_vids | 2019-04-23 | -0/+1 | ||
| |\ | | | | | | | April fools vids | ||||
| | * | added yellow color to contants.py | 2019-03-31 | -0/+1 | ||
| | | | |||||
| * | | Allow prefix env, move db location. | 2019-04-21 | -1/+1 | ||
| | | | |||||
| * | | Change devlog to seasonalbot-log channel. | 2019-04-21 | -1/+1 | ||
| | | | |||||
| * | | Add seasonalbot-chat and python-discussion channels. | 2019-04-21 | -0/+2 | ||
| |/ | |||||
* | | added doc strings to setup function and removed yellow color from constants ↵ | 2019-03-31 | -1/+0 | ||
| | | | | | | | | cuz ill add it when i make PR for easter | ||||
* | | using the Colours from constants.py and added 2 colors - blue for christmas ↵ | 2019-03-31 | -0/+2 | ||
|/ | | | | and yellow for easter |