aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | Add the embed kwarg to ctx.sendGravatar ToxicKidz2021-03-21-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make last commit not a timestamp to improve readabilityGravatar ToxicKidz2021-03-20-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | ChangeGravatar ToxicKidz2021-03-20-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix importsGravatar ToxicKidz2021-03-20-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix trailing whitespaceGravatar ToxicKidz2021-03-20-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'github-repo-command' of ↵Gravatar ToxicKidz2021-03-20-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ToxicKidz/sir-lancebot into github-repo-command
| | * | | | | | | | | | | | | Make a new line for `created_at`Gravatar ToxicKidz2021-03-20-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | | | | | | | | | | | | | Merge branch 'github-repo-command' of ↵Gravatar ToxicKidz2021-03-20-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/ToxicKidz/sir-lancebot into github-repo-command
| | * | | | | | | | | | | | | Update bot/exts/evergreen/githubinfo.pyGravatar ToxicKidz2021-03-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| * | | | | | | | | | | | | | Follow style guildines and use better coloursGravatar ToxicKidz2021-03-20-21/+27
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Forgot a comma for the tupleGravatar ToxicKidz2021-03-19-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make git alias for the group insteadGravatar ToxicKidz2021-03-19-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make better aliases and follow style guidelinesGravatar ToxicKidz2021-03-19-18/+23
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make flake8 happyGravatar ToxicKidz2021-03-19-3/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Missed a \nGravatar ToxicKidz2021-03-19-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make alias repository, not repositoriesGravatar ToxicKidz2021-03-19-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Make .github a group, and add github repo + user commandsGravatar ToxicKidz2021-03-19-8/+64
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | Merge branch 'master' into reddit_migrationGravatar Rohan Reddy Alleti2021-01-27-1/+445
| | | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | | Fix lint error: Missing type annotation for function arugmentGravatar Rohan2021-01-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `paginate`.
| | | | | | * | | | | | | | Merge branch 'master' of https://github.com/python-discord/sir-lancebot into ↵Gravatar Rohan2021-01-22-1006/+4034
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reddit_migration
| | | | | | * | | | | | | | | Fix bug in auto_poster_loop() regarding embed description.Gravatar Rohan2020-12-29-17/+22
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Changes to command output.Gravatar Rohan2020-12-09-9/+10
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Migrate reddit command from Bot repo and add pagination.Gravatar Rohan2020-12-02-0/+360
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Add sub_clyde utility function.Gravatar Rohan2020-12-02-0/+19
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Add Subreddit converter.Gravatar Rohan2020-12-02-1/+31
| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | Add Reddit class and emojis to constants file.Gravatar Rohan2020-12-02-128/+18
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Remove redundant comments in bookmark cogGravatar Chris2021-05-10-3/+1
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Use bot.bot.Bot for type hint, over commands.BotGravatar Chris2021-05-06-2/+3
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Only use WrappedMessageConverter in the actual command signatureGravatar Chris2021-04-22-3/+3
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Remove unnecessary underscores from variables in the bm commandGravatar Chris2021-03-30-5/+5
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Consistent comments in bookmark commandGravatar ChrisJL2021-03-30-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| | | | | | | | | * | | | | | Make bookmark emoji a constantGravatar Chris2021-03-29-5/+7
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Split out an embed add field call for readabilityGravatar ChrisJL2021-03-29-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| | | | | | | | | * | | | | | Fix spelling and grammar errors in bookmark commandGravatar ChrisJL2021-03-29-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| | | | | | | | | * | | | | | Update phrasing of comments in bookmark commandGravatar Chris2021-03-28-2/+2
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Rework bookmark command to allow other users to bookmark the same message.Gravatar Chris2021-03-28-21/+95
| |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #635 from python-discord/remove-broken-linkGravatar Matteo Bertucci2021-03-25-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove broken link from the April fool collection
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into remove-broken-linkGravatar Matteo Bertucci2021-03-25-2/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #633 from ↵Gravatar ks1292021-03-25-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/reduce-channels-output-in-error-embed Only output override channels & bot commands channel on whitelist error
| * | | | | | | | | | | | | | Replace list comp with a set update + sequenceGravatar Chris2021-03-21-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Only output override channels & bot commands channel on whitelist errorGravatar Chris2021-03-20-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.
| * / / / / / / / / / / / / Remove broken link from the April fool collection Gravatar Matteo Bertucci2021-03-24-4/+0
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Its’a braken
* | | | | | | | | | | | | Merge pull request #631 from python-discord/dependabot/pip/pillow-8.1.1Gravatar Xithrius2021-03-19-61/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump pillow from 7.2.0 to 8.1.1
| * | | | | | | | | | | | | Bump pillow from 7.2.0 to 8.1.1Gravatar dependabot[bot]2021-03-18-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]>
* | | | | | | | | | | | | Merge pull request #626 from python-discord/split-build-deployGravatar Joe Banks2021-03-15-10/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | Deployment changes
| * | | | | | | | | | | | Separate deploy stageGravatar Joe Banks2021-03-14-10/+24
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Separate the build and deploy stage and set the environment value for the deployment stage.
* | | | | | | | | | | | Use .gitattributes to normalise line endings on check-inGravatar MarkKoz2021-03-13-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.
* | | | | | | | | | | | Removes Unused Roles & ChannelsGravatar Hassan Abouelela2021-03-13-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes roles and channels from constants.py that are not used anywhere in the project. Signed-off-by: Hassan Abouelela <[email protected]>
* | | | | | | | | | | | Dockerfile optimisationsGravatar Joe Banks2021-03-13-6/+11
| | | | | | | | | | | |
* | | | | | | | | | | | master => mainGravatar Joe Banks2021-03-13-25/+25
| | | | | | | | | | | |