| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-04-08 | Bump pyyaml from 5.3.1 to 5.4 | -90/+101 | ||
| Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4) Signed-off-by: dependabot[bot] <[email protected]> | ||||
| 2021-04-08 | Ensure to await ctx.send() calls | -4/+4 | ||
| 2021-04-08 | Refactor pfp cog to remove unnecessary params and calls | -3/+3 | ||
| Co-authored-by: ToxicKidz <[email protected]> | ||||
| 2021-04-05 | Fetch member before modifying their pfp | -14/+52 | ||
| We do this as the member cache may have an outdated version of their pfp, which can lead to errors if it's removed from the Discord CDN. Co-authored-by: vcokltfre <[email protected]> | ||||
| 2021-04-05 | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action | -1/+1 | ||
| GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore. | ||||
| 2021-04-05 | fix: use api fetch not cache get | -1/+1 | ||
| 2021-04-05 | fix: use get_user in 8bitify to avoid events issues | -1/+2 | ||
| 2021-04-02 | Send error embed when a user tries to retrieve an issue in DMs | -7/+16 | ||
| 2021-04-02 | Don't allow users to run the issue command in DMs, given error feedback. | -3/+21 | ||
| 2021-03-31 | Update our policy documents | -124/+8 | ||
| 2021-03-30 | Add missing commas to april_fools_vids.json | -3/+3 | ||
| #639 left the json file in a broken state, not letting the bot start. | ||||
| 2021-03-29 | Add more game dev topics | -0/+4 | ||
| 2021-03-28 | Added more topics. | -1/+20 | ||
| 2021-03-26 | Make repository accept either user/reponame or user reponame | -3/+8 | ||
| 2021-03-26 | Added 3 More Elements To The Json | -0/+12 | ||
| 2021-03-25 | Make requested changes | -8/+9 | ||
| 2021-03-25 | Quote reponame and username | -2/+13 | ||
| 2021-03-24 | Info -> information | -1/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-03-24 | Update docstrings because user and repo are now mandatory arguments | -10/+2 | ||
| 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-21 | Don't close bot's http session when getting image | -13/+11 | ||
| 2021-03-21 | Add the embed kwarg to ctx.send | -1/+1 | ||
| 2021-03-20 | Make last commit not a timestamp to improve readability | -3/+3 | ||
| 2021-03-20 | Change | -1/+1 | ||
| 2021-03-20 | Fix imports | -1/+1 | ||
| 2021-03-20 | Fix trailing whitespace | -1/+1 | ||
| 2021-03-20 | Make a new line for `created_at` | -3/+4 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 2021-03-20 | Follow style guildines and use better colours | -21/+27 | ||
| 2021-03-20 | Update bot/exts/evergreen/githubinfo.py | -1/+1 | ||
| Co-authored-by: Shivansh-007 <[email protected]> | ||||
| 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-19 | Forgot a comma for the tuple | -1/+1 | ||
| 2021-03-19 | Make git alias for the group instead | -2/+2 | ||
| 2021-03-19 | Make better aliases and follow style guidelines | -18/+23 | ||
| 2021-03-19 | Make flake8 happy | -3/+3 | ||
| 2021-03-19 | Missed a \n | -1/+1 | ||
| 2021-03-19 | Make alias repository, not repositories | -1/+1 | ||
| 2021-03-19 | Make .github a group, and add github repo + user commands | -8/+64 | ||
| 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-14 | revert pip lock to origin/main | -10/+10 | ||
| 2021-03-14 | Imrpoves docstrings within the profile pic modification functions | -7/+19 | ||
| 2021-03-14 | Pull the function signature back onto one line for readibility | -5/+1 | ||
| 2021-03-14 | Remove unnecessary lambda in when getting closest colour | -1/+1 | ||
| 2021-03-14 | Remove aiofiles dep | -29/+16 | ||
| 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 | Use new help command ext | -1/+2 | ||
| Since sir-lancebot#625 was merged, we now have bot.utils.extensions.invoke_help_command which sends a nicely formatted help embed. | ||||