aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add #dev-contrib to channel constantsGravatar Numerlor2020-04-19-0/+1
|
* Merge master: adjust `Space` cog locationGravatar kwzrd2020-04-01-0/+1
|\ | | | | | | Module was placed in the `seasons` pkg, which we renamed to `exts`.
| * Merge branch 'master' into space-cogGravatar Shirayuki Nekomata2020-03-31-0/+1
| |\
| * \ Merge branch 'master' into space-cogGravatar S. Co12020-03-20-0/+4
| |\ \
| * \ \ Merge branch 'master' into space-cogGravatar Karlis S2020-03-07-2/+3
| |\ \ \
| * | | | Added NASA API Key to constants.pyGravatar Karlis. S2020-02-29-0/+1
| | | | |
* | | | | Deseasonify: implement __str__ for Month enumGravatar kwzrd2020-04-01-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way, we can standardize the way Months are shown to both the user and the developer. Note that if passing a Month member to an f-string, the `!s` format code must be specified to ensure our __str__ is used. Co-authored-by: MarkKoz <[email protected]>
* | | | | Refactor: adjust docstrings based on feedbackGravatar kwzrd2020-03-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Capitalize month names * Add backticks to `sha` attr reference * Avoid misusing the term 'poll' Co-authored-by: MarkKoz <[email protected]>
* | | | | Refactor: capitalize Month enum membersGravatar kwzrd2020-03-31-12/+12
| | | | | | | | | | | | | | | | | | | | Co-authored-by: MarkKoz <[email protected]>
* | | | | Deseasonify: remove `autostart` env varGravatar kwzrd2020-03-30-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constant is no longer used. See: 9259f985e6e327a522b4420c879a50cb4f75a09d
* | | | | Deseasonify: validate configured month overrideGravatar kwzrd2020-03-29-0/+6
| | | | |
* | | | | Deseasonify: add `month_override` env varGravatar kwzrd2020-03-29-0/+2
| | | | |
* | | | | Merge master: sentry sdk, updated contributing docsGravatar kwzrd2020-03-28-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Setup SentryGravatar Joseph Banks2020-03-25-0/+1
| | |_|/ | |/| |
* | | | Deseasonify: remove outdated `devtest` channel constantGravatar kwzrd2020-03-24-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This channel no longer exists and creeps into error messages as #deleted-channel. Fixes: #335
* | | | Deseasonify: clean up `constants` moduleGravatar kwzrd2020-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` constantsGravatar kwzrd2020-03-24-6/+4
| | | |
* | | | Deseasonify: load bool env var properlyGravatar kwzrd2020-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 constantGravatar kwzrd2020-03-22-0/+1
| | | |
* | | | Deseasonify: add autostart env varGravatar kwzrd2020-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 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
| |/