| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-03-28 | Update phrasing of comments in bookmark command | -2/+2 | ||
| 2021-03-28 | Rework bookmark command to allow other users to bookmark the same message. | -21/+95 | ||
| 2021-03-24 | Remove broken link from the April fool collection | -4/+0 | ||
| Its’a braken | ||||
| 2021-03-21 | Replace list comp with a set update + sequence | -1/+1 | ||
| 2021-03-20 | Only output override channels & bot commands channel on whitelist error | -1/+7 | ||
| Previously this would output all channels, and could result in an error. This change ensures only the main bot channel & and any overridden channels are shown in the embed. We do this before the categories block as the categories kwarg itself is an override, so we want to include those in any output. | ||||
| 2021-03-18 | Bump pillow from 7.2.0 to 8.1.1 | -61/+45 | ||
| Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.2.0...8.1.1) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-03-14 | Separate deploy stage | -10/+24 | ||
| Separate the build and deploy stage and set the environment value for the deployment stage. | ||||
| 2021-03-13 | Use .gitattributes to normalise line endings on check-in | -2/+2 | ||
| Remove the mixed line endings pre-commit hook because it is obsolete. Relying on git to handle line endings means contributors have more flexibility with which line endings they want to use on check-out. The settings in .gitattributes only impose which line endings will be used upon check-in (LF), which should not impact local development; git will still respect the core.eol and core.autocrlf settings. | ||||
| 2021-03-13 | Removes Unused Roles & Channels | -26/+1 | ||
| Removes roles and channels from constants.py that are not used anywhere in the project. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| 2021-03-13 | Dockerfile optimisations | -6/+11 | ||
| 2021-03-13 | master => main | -25/+25 | ||
| 2021-03-13 | make invoke_help_command only take ctx | -16/+16 | ||
| 2021-03-12 | Make flake8 happy again. | -3/+4 | ||
| 2021-03-12 | Make flake8 happy. | -7/+5 | ||
| 2021-03-12 | make utility invoke_help_command function | -27/+35 | ||
| 2021-03-11 | change ctx.send_help to ctx.invoke(help_command) | -13/+26 | ||
| ; | ||||
| 2021-03-10 | Removed requesting to bots. Added grammer. | -3/+7 | ||
| 2021-03-10 | suggestion by @Xithrius | -2/+4 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-03-09 | embed fix | -3/+4 | ||
| 2021-03-09 | small style fix | -4/+3 | ||
| 2021-03-09 | Remove useless initialization in the AoC cog | -3/+0 | ||
| 2021-03-08 | Restrict the aoc leaderboard commands to december | -0/+2 | ||
| 2021-03-08 | Properly rename countdown_task -> notification_task | -2/+2 | ||
| The old name was still in use in the cog_unload, making it fail | ||||
| 2021-03-08 | Improve punctuation and wording of .emoji count. | -5/+5 | ||
| 2021-03-08 | Rename cog to avoid name conflict with discordpy. | -3/+3 | ||
| 2021-03-07 | Improve emoji information embed visuals. | -16/+18 | ||
| 2021-03-07 | Unify emoji count and emoji information to a cog. | -50/+36 | ||
| 2021-03-04 | Remove arrows (whoopsies)! | -3/+0 | ||
| 2021-03-04 | Update earth_photos.py | -1/+1 | ||
| 2021-03-04 | Remove "Want to suggest a fact?" for consistency | -2/+1 | ||
| 2021-03-04 | single space fix | -1/+1 | ||
| 2021-03-04 | style guidelines | -3/+5 | ||
| 2021-03-04 | linting fix | -4/+6 | ||
| 2021-03-04 | whitespace fix | -2/+2 | ||
| 2021-03-04 | API guideline fix for Unsplash | -2/+3 | ||
| 2021-03-04 | Add link to discussion for suggesting facts in Embed | -1/+6 | ||
| 2021-03-04 | clarification in some areas | -0/+1 | ||
| 2021-03-04 | suggestion by @Shivansh-007 | -1/+1 | ||
| 2021-03-04 | Update earth_photos.py | -1/+1 | ||
| 2021-03-04 | String upgrade | -1/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-03-04 | Format fix | -1/+2 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-03-04 | small lint fix | -1/+1 | ||
| 2021-03-04 | Changes requested by @ChrisLovering | -1/+1 | ||
| 2021-03-04 | Changes requested by @ChrisLovering | -4/+10 | ||
| 2021-03-03 | fixed pipfile.lock because of a previous mistake | -4/+4 | ||
| 2021-03-03 | requested changes by @Shivansh-007 | -2/+2 | ||
| 2021-03-04 | pipfile fix | -2/+2 | ||
| 2021-03-04 | Revert "Format change" | -2/+1 | ||
| This reverts commit 825080e805787afc1f36a80b4fa3f73040ebdc75. | ||||
| 2021-03-03 | Pipfile lock fix | -2/+2 | ||
| 2021-03-03 | Format change | -1/+2 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||