| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Lint error | 2019-10-06 | -1/+0 | |
| | | ||||
| * | Updated the explination of API calls | 2019-10-06 | -1/+8 | |
| | | ||||
| * | Merge branch 'master' into master | 2019-10-03 | -8/+8 | |
| |\ | ||||
| | * | adjust end date time to the end of the last day of october instead of the ↵ | 2019-10-02 | -1/+1 | |
| | | | | | | | | | beginning of it | |||
| | * | put role bypass check above channel override to make sure bypass roles can ↵ | 2019-10-02 | -7/+7 | |
| | | | | | | | | | activate commands everywhere even with override channels specified | |||
| * | | Flake8 Fixing | 2019-10-03 | -2/+4 | |
| | | | ||||
| * | | Resloved requested changes | 2019-10-03 | -4/+7 | |
| | | | ||||
| * | | Final Final Linting Error D415 | 2019-10-02 | -1/+1 | |
| | | | ||||
| * | | Syntax Error Fix | 2019-10-02 | -2/+2 | |
| | | | ||||
| * | | Final Linting | 2019-10-02 | -5/+6 | |
| | | | ||||
| * | | Linting | 2019-10-02 | -3/+2 | |
| | | | ||||
| * | | New more succinct output. | 2019-10-02 | -40/+45 | |
| |/ | ||||
| * | fix grammar in in_channel_override docstring | 2019-10-02 | -1/+2 | |
| | | ||||
| * | add logging when an overriden in_channel_check fails | 2019-10-02 | -0/+5 | |
| | | ||||
| * | fix in_channel_check docstring style | 2019-10-02 | -2/+4 | |
| | | ||||
| * | add return type hint to override_in_channel inner function | 2019-10-02 | -1/+1 | |
| | | ||||
| * | call the rewritten override_in_channel | 2019-10-02 | -2/+2 | |
| | | ||||
| * | Use rewritten override_in_channel to create a new whitelist for the command | 2019-10-02 | -3/+4 | |
| | | ||||
| * | rewrite override_in_channel to accept an optional new channel whitelist | 2019-10-02 | -10/+29 | |
| | | | | | add checks for the new whitelist to in_channel_check | |||
| * | fix typo in header | 2019-10-01 | -1/+1 | |
| | | ||||
| * | allow hacktoberstats commands to be used in the hacktober channel | 2019-10-01 | -0/+4 | |
| | | ||||
| * | remove hacktoberfest channel from global whitelist | 2019-10-01 | -1/+1 | |
| | | ||||
| * | Add +14h to start UTC offset and -11 to end UTC offset to date_range in ↵ | 2019-10-01 | -1/+1 | |
| | | | | | query for Hacktoberfest user pull requests | |||
| * | Add #event-hacktoberfest-2019 to bot command whitelist | 2019-10-01 | -1/+2 | |
| | | ||||
| * | Disable announcements and add hacktober icon. | 2019-09-30 | -5/+11 | |
| | | | | | | | | | The Halloween season was currently configured to run with spooky icons and to announce a terrible, contentless announcement. This has been disabled and the neon hacktoberfest icon has been placed in its stead. | |||
| * | Merge branch 'master' into date-fix | 2019-09-30 | -1184/+1750 | |
| |\ | ||||
| | * | Update flake8-annotation pin & relint | 2019-09-26 | -4/+4 | |
| | | | ||||
| | * | Merge pull request #271 from python-discord/text-modify-embeds | 2019-09-24 | -19/+84 | |
| | |\ | | | | | | | Modify text of embeds for text-modify commands | |||
| | | * | Dumb kosa forgot to relint after making a small change | 2019-09-11 | -1/+1 | |
| | | | | ||||
| | | * | Merge branch 'text-modify-embeds' of github.com:python-discord/seasonalbot ↵ | 2019-09-11 | -98/+100 | |
| | | |\ | | | | | | | | | | | | | into text-modify-embeds | |||
| | | * | | Add more uwu conversions | 2019-09-11 | -0/+1 | |
| | | | | | ||||
| | | * | | Add embed conversion functionality to .rcase, small fixes | 2019-09-11 | -12/+29 | |
| | | | | | ||||
| | | * | | Add embed conversion functionality to .uwu | 2019-09-11 | -14/+61 | |
| | | | | | ||||
| | * | | | Reflect persist module changes in hacktober cog. | 2019-09-23 | -2/+2 | |
| | | | | | | | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]> | |||
| | * | | | Use mkdir exists kwarg instead of checking existing ahead of time. | 2019-09-23 | -4/+2 | |
| | | | | | ||||
| | * | | | Improve func name, example, directory management | 2019-09-23 | -9/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function name has been changed to `make_persistent` after prompt by @lemonsaurus asking for a more descriptive name. Thanks @MarkKoz for providing the alternate name. During local testing, the `data` directory doesn't exist yet. In prod, this isn't an issue as the persistent volume is mounted at that location. To make local testing more convenient, the directory is checked and made if not found. Persistent data files will be placed in a seasonal subdirectory so long as they have a valid season name somewhere in their path, otherwise they will be placed directly in the data directory. Added a note to docstring to avoid same-named files in the same seasons or it will conflict with each other in the persistent data directory. The example was extended a little bit to make it both actually valid if tested and hopefully make it easier to understand what's going on. | |||
| | * | | | Check explicitly if file exists rather than any existing path. | 2019-09-23 | -1/+1 | |
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | |||
| | * | | | Add better explanatory docstring and example for persist.datafile. | 2019-09-20 | -1/+17 | |
| | | | | | ||||
| | * | | | Add persistent datafile utils. | 2019-09-19 | -1/+27 | |
| | | | | | ||||
| | * | | | Prevent empty JSON raising an exception. | 2019-09-19 | -0/+1 | |
| | | | | | ||||
| | * | | | Remove egg_hunt | 2019-09-19 | -671/+0 | |
| | | | | | ||||
| | * | | | Fix incorrect merge conflict resolutions, lint remaining items | 2019-09-11 | -27/+33 | |
| | | | | | ||||
| | * | | | Merge branch 'master' into flake8-annotations | 2019-09-11 | -76/+76 | |
| | |\ \ \ | | | |/ | | |/| | ||||
| | | * | | Update bot/seasons/evergreen/snakes/utils.py | 2019-09-06 | -1/+1 | |
| | | | | | | | | | | | | | Co-Authored-By: Mark <[email protected]> | |||
| | | * | | Fix bug in Candy Collection Cog | 2019-09-06 | -5/+6 | |
| | | | | | | | | | | | | | When the ten_recent_msg helper coro is called, it grabs the most recent message by ID, but some of the following lines assume this object is a Message ID, not an integer. | |||
| | | * | | Fix broken cancellation logic for waiting SaL game | 2019-09-06 | -5/+1 | |
| | | | | | | | | | | | | | Previous logic allowed for any non-playing member to cancel the game | |||
| | | * | | Apply suggestions from code review | 2019-09-06 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Comprehension cleanup Co-Authored-By: Mark <[email protected]> | |||
| | | * | | Fix misconfigured flake8 so docstrings are properly linted | 2019-09-05 | -30/+30 | |
| | | | | | | | | | | | | | Relint | |||
| | | * | | Update Snakes and Ladders | 2019-09-04 | -37/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix missing await preventing a non-started game from cancelling when timing out when waiting for the game to start * Remove restriction on minimum number of players required for the game to run. This applies to both starting the game and for ending the game if players leave; the game can now be played solo. * Prevent cancellation of the game if the player who initiated the game leaves but there are still people playing * Allow Moderation staff to cancel a game they are not part of * Fix issue where a game is not being properly ended if all the players leave | |||
| | | * | | Hacktober cog cleanup | 2019-09-04 | -25/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up type hinting * Fix command typo in account linking helper message * Add constant & generic handling for number of PRs to shirt * Add constant & generic handling for event year in GH API query | |||