aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
...
* | | | Deseasonify: add class for branding configGravatar kwzrd2020-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 varGravatar kwzrd2020-03-21-1/+0
| | | | | | | | | | | | | | | | Unused and no longer relevant.
* | | | Deseasonify: add github token env varGravatar kwzrd2020-03-18-0/+1
| | | |
* | | | Merge branch 'master' into seasonal-purgeGravatar kwzrd2020-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 helpGravatar S. Co12020-03-13-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | (Help): Added `Icons` class to constant, added `questionmark` to there, ↵Gravatar ks1232020-03-10-0/+4
| | |/ | |/| | | | | | | reverted icon removal in `.help` command.
* | | Deseasonify: improve documentation for `icon_cycle_frequency`Gravatar kwzrd2020-03-14-1/+1
| | |
* | | Merge branch 'master' into seasonal-purgeGravatar kwzrd2020-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-commandGravatar Shirayuki Nekomata2020-03-05-2/+2
| |\ \
| | * | Strip references to seasonalbot chatGravatar S. Co12020-03-01-1/+0
| | | | | | | | | | | | | | | | Redirect any output to seasonalbot commands, where relevant
| | * | Update devlog channel constantGravatar S. Co12020-02-25-1/+1
| | | | | | | | | | | | The log channels have become one
| | * | Add icon cycle frequency constantGravatar kwzrd2020-02-23-0/+1
| | |/
| * / Added .games command with all it's subcommands, added IGDB token requirement ↵Gravatar ks1232020-02-25-0/+1
| |/ | | | | | | to constants.py.
* / Add IntEnum for the 12 monthsGravatar kwzrd2020-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-352Gravatar Shirayuki Nekomata2020-02-19-0/+1
|\
| * Added .movies genres|genre|g command. Made .movies command docstring ↵Gravatar ks1232020-02-17-0/+1
| | | | | | | | smaller. Added warning loggings. Better Some Numbers section formatting.
* | Paginator Migration - Added trashcan emoji to constants.pyGravatar F4zii2020-02-17-0/+1
|/
* Merge branch 'bookmark' of https://github.com/AG4lyf/seasonalbot into bookmarkGravatar kwzrd2019-12-10-1/+1
|\
| * Make AoC channel ID configurable for testing environmentsGravatar Sebastiaan Zeeff2019-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 constantsGravatar kwzrd2019-12-10-0/+6
|/
* Add envelope emoji constantGravatar kwzrd2019-12-02-0/+1
|
* Merge branch 'master' into monster_bioGravatar S. Co12019-11-30-2/+3
|\ | | | | Relock
| * Add env var support for Advent of Code year specificationGravatar S. Co12019-11-25-1/+1
| | | | | | To assist with debugging
| * Update leaderboard IDGravatar S. Co12019-11-25-1/+1
| |
| * year binds to datetime instead of a magic numberGravatar Eivind Teig2019-11-18-1/+2
| |
* | Merge branch 'master' into monster_bioGravatar quizzicaltrains2019-10-18-0/+7
|\|
| * Merge branch 'master' into masterGravatar RohanRadia2019-10-14-0/+1
| |\
| | * add the adventofcode channel to Channels constantGravatar Numerlor2019-10-03-0/+1
| | |
| * | Trailing Commas RemovedGravatar RohanRadia2019-10-07-4/+4
| | |
| * | Added GitHub emojis to constants fileGravatar RohanRadia2019-10-07-0/+6
| |/
* / Changed several things.Gravatar quizzicaltrains2019-10-18-0/+1
|/
* remove hacktoberfest channel from global whitelistGravatar Numerlor2019-10-01-1/+1
|
* Add #event-hacktoberfest-2019 to bot command whitelistGravatar Numerlor2019-10-01-1/+2
|
* Add constant groups to `constants.py`Gravatar kosayoda2019-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.pyGravatar kosayoda2019-08-05-6/+1
|
* Unify constants file quotation useGravatar sco12019-08-04-11/+11
|
* Add new Seasonalbot channel IDs to constantsGravatar sco12019-08-04-1/+3
| | | | Change Show Your Projects channel to an env var
* Changing id of terning4 to the correct oneGravatar Sebastiaan Zeeff2019-07-03-1/+1
|
* Update bot/constants.pyGravatar RohanRadia2019-05-14-1/+1
| | | Co-Authored-By: Daniel Brown <[email protected]>
* Fixed broken constants commit with accidental changes.Gravatar RohanRadia2019-05-13-8/+9
|
* Added the show projects channels to the constants file.Gravatar RohanRadia2019-05-13-8/+9
|
* Merge branch 'master' into hanukkah_embed_icemanGravatar scragly2019-05-11-7/+7
|\
| * Constants cleaningGravatar Suhail2019-04-23-3/+0
| |
| * Merge pull request #166 from RohanJnr/april_fools_vidsGravatar S. Co12019-04-23-0/+1
| |\ | | | | | | April fools vids
| | * added yellow color to contants.pyGravatar Rohan2019-03-31-0/+1
| | |
| * | Allow prefix env, move db location.Gravatar Scragly2019-04-21-1/+1
| | |
| * | Change devlog to seasonalbot-log channel.Gravatar Scragly2019-04-21-1/+1
| | |
| * | Add seasonalbot-chat and python-discussion channels.Gravatar Scragly2019-04-21-0/+2
| |/
* | added doc strings to setup function and removed yellow color from constants ↵Gravatar Rohan2019-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 ↵Gravatar Rohan2019-03-31-0/+2
|/ | | | and yellow for easter