aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
...
| | * Update the Hacktoberfest channel constantGravatar Sebastiaan Zeeff2020-09-30-1/+1
| | | | | | | | | | | | | | | I've updated the Hacktoberfest channel ID to the ID of the new channel just created for the 2020 edition of the event.
| | * Remove SpookySound Cog that played sounds in voiceGravatar Sebastiaan Zeeff2020-09-30-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | We had an old Cog that would allow our members to run a command to make Seasonal Bot join a voice channel to play a spooky sound. However, as our voice channel use has changed over the past year, we don't think that it's still a good idea to do this. That's why I removed the Cog and the constants related to it.
| | * Merge branch 'master' into ext-managmentGravatar Matteo Bertucci2020-09-24-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
| * | | changed github_avatar_urlGravatar Anubhav16032020-10-03-1/+1
| | | |
| * | | added github_avatar_urlGravatar Anubhav16032020-10-02-0/+1
| | | |
| * | | added github url of seasonal botGravatar Anubhav16032020-09-29-0/+3
| | |/ | |/|
* | | Merge branch 'master' into tic-tac-toeGravatar ks1292020-09-24-7/+20
|\| |
| * | Merge branch 'master' into masterGravatar Matteo Bertucci2020-09-22-7/+16
| |\|
| | * 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
| | |
| * | added wikipedia class which has total_chanceGravatar Anubhav16032020-09-08-0/+3
| |/
| * Add #dev-contrib to channel constantsGravatar Numerlor2020-04-19-0/+1
| |
* | (Constants, TicTacToe): Fixed number emojis contants, created helper ↵Gravatar ks1292020-04-07-9/+9
| | | | | | | | function `send_board` to `Game` class.
* | (Constants, TicTacToe): Added X and O emojis.Gravatar ks1292020-04-07-0/+2
| |
* | (Constants, TicTacToe): Added confirmation and declining emojis.Gravatar ks1292020-04-07-0/+2
| |
* | (Constants, TicTacToe): Added number emojis that will be shown in board and ↵Gravatar ks1292020-04-07-0/+13
|/ | | | in reactions.
* 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
| |\ \ \ | | | |/ | | |/|