| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | Update constants.py to include URLs | 2020-09-21 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | - Includes bot_avatar and github_bot_repo URLs - Necessary for extensions.py cog to work | ||||
| | * | | | changed github_avatar_url | 2020-10-03 | -1/+1 | ||
| | | | | | |||||
| | * | | | added github_avatar_url | 2020-10-02 | -0/+1 | ||
| | | | | | |||||
| | * | | | added github url of seasonal bot | 2020-09-29 | -0/+3 | ||
| | | |/ | |/| | |||||
| * | | | Merge branch 'master' into tic-tac-toe | 2020-09-24 | -7/+20 | ||
| |\| | | |||||
| | * | | Merge branch 'master' into master | 2020-09-22 | -7/+16 | ||
| | |\| | |||||
| | | * | Allow `issue` command in #dev-branding | 2020-09-19 | -0/+1 | ||
| | | | | |||||
| | | * | Update .roll to use new dice emojis | 2020-09-16 | -6/+6 | ||
| | | | | | | | | | | | | | - Resolves #440 | ||||
| | | * | Removed None from environ.get() in Wolfram NamedTuple to keep consistency ↵ | 2020-08-29 | -1/+1 | ||
| | | | | | | | | | | | | | throughout constants.py | ||||
| | | * | Reverted the SeasonalBot commands channel. | 2020-08-29 | -1/+1 | ||
| | | | | |||||
| | | * | Removed the time utility and replaced it with the arrow package. | 2020-08-29 | -5/+5 | ||
| | | | | | | | | | | | | | Alphabetized the "Colours" NamedTuple in the constants file. | ||||
| | | * | Updated constants to include Wolfram configuration. | 2020-08-29 | -0/+8 | ||
| | | | | |||||
| | * | | added wikipedia class which has total_chance | 2020-09-08 | -0/+3 | ||
| | |/ | |||||
| | * | Add #dev-contrib to channel constants | 2020-04-19 | -0/+1 | ||
| | | | |||||
| * | | (Constants, TicTacToe): Fixed number emojis contants, created helper ↵ | 2020-04-07 | -9/+9 | ||
| | | | | | | | | | function `send_board` to `Game` class. | ||||
| * | | (Constants, TicTacToe): Added X and O emojis. | 2020-04-07 | -0/+2 | ||
| | | | |||||
| * | | (Constants, TicTacToe): Added confirmation and declining emojis. | 2020-04-07 | -0/+2 | ||
| | | | |||||
| * | | (Constants, TicTacToe): Added number emojis that will be shown in board and ↵ | 2020-04-07 | -0/+13 | ||
| |/ | | | | in reactions. | ||||
| * | Merge master: adjust `Space` cog location | 2020-04-01 | -0/+1 | ||
| |\ | | | | | | | Module was placed in the `seasons` pkg, which we renamed to `exts`. | ||||
| | * | Merge branch 'master' into space-cog | 2020-03-31 | -0/+1 | ||
| | |\ | |||||
| | * \ | Merge branch 'master' into space-cog | 2020-03-20 | -0/+4 | ||
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into space-cog | 2020-03-07 | -2/+3 | ||
| | |\ \ \ | |||||
| | * | | | | Added NASA API Key to constants.py | 2020-02-29 | -0/+1 | ||
| | | | | | | |||||
| * | | | | | Deseasonify: implement __str__ for Month enum | 2020-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 feedback | 2020-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 members | 2020-03-31 | -12/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: MarkKoz <[email protected]> | ||||
| * | | | | | Deseasonify: remove `autostart` env var | 2020-03-30 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Constant is no longer used. See: 9259f985e6e327a522b4420c879a50cb4f75a09d | ||||
| * | | | | | Deseasonify: validate configured month override | 2020-03-29 | -0/+6 | ||
| | | | | | | |||||
| * | | | | | Deseasonify: add `month_override` env var | 2020-03-29 | -0/+2 | ||
| | | | | | | |||||
| * | | | | | Merge master: sentry sdk, updated contributing docs | 2020-03-28 | -0/+1 | ||
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Setup Sentry | 2020-03-25 | -0/+1 | ||
| | | |_|/ | |/| | | |||||
| * | | | | Deseasonify: remove outdated `devtest` channel constant | 2020-03-24 | -2/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This channel no longer exists and creeps into error messages as #deleted-channel. Fixes: #335 | ||||
| * | | | | Deseasonify: clean up `constants` module | 2020-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` constants | 2020-03-24 | -6/+4 | ||
| | | | | | |||||
| * | | | | Deseasonify: load bool env var properly | 2020-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 constant | 2020-03-22 | -0/+1 | ||
| | | | | | |||||
| * | | | | Deseasonify: add autostart env var | 2020-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 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. | ||||