aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into ext-managmentGravatar Matteo Bertucci2020-09-24-0/+3
|\
| * Merge branch 'master' into masterGravatar Matteo Bertucci2020-09-22-7/+16
| |\
| * | added wikipedia class which has total_chanceGravatar Anubhav16032020-09-08-0/+3
| | |
* | | Remove non-existing class reference in constantsGravatar Gustav Odinger2020-09-22-1/+0
| | | | | | | | | | | | - Since URLs no longer exists, it's now removed from __all__
* | | Fix GitHub repo link constant Gravatar gustavwilliam2020-09-22-1/+1
| | | | | | | | | | | | | | | - Previous version was pointing to Python, not SeasonalBot Co-authored-by: Dennis Pham <[email protected]>
* | | Move bot repo URL constant and delete avatar URLGravatar Gustav Odinger2020-09-21-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Avatar URL can be accessed through bot.user.avatar_url and won't need to be a constant - Bot repo URL fits better under the Client named tuple - URLs class removed, since it was no longer used
* | | Fix core developers role idGravatar Gustav Odinger2020-09-21-1/+1
| | | | | | | | | | | | | | | | | | - Previous versions used the id from a local test server - This version uses the PyDis core developer role
* | | Add status emojis in constants.pyGravatar Gustav Odinger2020-09-21-0/+5
| | | | | | | | | | | | - Required for extensions.py to work properly
* | | Update constants.py to include URLsGravatar Gustav Odinger2020-09-21-0/+7
| |/ |/| | | | | | | | | - Includes bot_avatar and github_bot_repo URLs - Necessary for extensions.py cog to work
* | Allow `issue` command in #dev-brandingGravatar Den42002020-09-19-0/+1
| |
* | Update .roll to use new dice emojisGravatar Gustav Odinger2020-09-16-6/+6
| | | | | | | | - Resolves #440
* | Removed None from environ.get() in Wolfram NamedTuple to keep consistency ↵Gravatar Xithrius2020-08-29-1/+1
| | | | | | | | throughout constants.py
* | Reverted the SeasonalBot commands channel.Gravatar Xithrius2020-08-29-1/+1
| |
* | Removed the time utility and replaced it with the arrow package.Gravatar Xithrius2020-08-29-5/+5
| | | | | | | | Alphabetized the "Colours" NamedTuple in the constants file.
* | Updated constants to include Wolfram configuration.Gravatar Xithrius2020-08-29-0/+8
|/
* 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
|\