aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-03-24Update docstrings because user and repo are now mandatory argumentsGravatar ToxicKidz-10/+2
2021-03-21 Add the embed kwarg to ctx.sendGravatar ToxicKidz-1/+1
2021-03-20Make last commit not a timestamp to improve readabilityGravatar ToxicKidz-3/+3
2021-03-20ChangeGravatar ToxicKidz-1/+1
2021-03-20Fix importsGravatar ToxicKidz-1/+1
2021-03-20Fix trailing whitespaceGravatar ToxicKidz-1/+1
2021-03-20Make a new line for `created_at`Gravatar ToxicKidz-3/+4
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-20Follow style guildines and use better coloursGravatar ToxicKidz-21/+27
2021-03-20Update bot/exts/evergreen/githubinfo.pyGravatar ToxicKidz-1/+1
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-19Forgot a comma for the tupleGravatar ToxicKidz-1/+1
2021-03-19Make git alias for the group insteadGravatar ToxicKidz-2/+2
2021-03-19Make better aliases and follow style guidelinesGravatar ToxicKidz-18/+23
2021-03-19Make flake8 happyGravatar ToxicKidz-3/+3
2021-03-19Missed a \nGravatar ToxicKidz-1/+1
2021-03-19Make alias repository, not repositoriesGravatar ToxicKidz-1/+1
2021-03-19Make .github a group, and add github repo + user commandsGravatar ToxicKidz-8/+64
2021-03-18Bump pillow from 7.2.0 to 8.1.1Gravatar dependabot[bot]-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-14Separate deploy stageGravatar Joe Banks-10/+24
Separate the build and deploy stage and set the environment value for the deployment stage.
2021-03-13Use .gitattributes to normalise line endings on check-inGravatar MarkKoz-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-13Removes Unused Roles & ChannelsGravatar Hassan Abouelela-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-13Dockerfile optimisationsGravatar Joe Banks-6/+11
2021-03-13master => mainGravatar Joe Banks-25/+25
2021-03-13make invoke_help_command only take ctxGravatar ToxicKidz-16/+16
2021-03-12Make flake8 happy again.Gravatar ToxicKidz-3/+4
2021-03-12Make flake8 happy.Gravatar ToxicKidz-7/+5
2021-03-12make utility invoke_help_command functionGravatar ToxicKidz-27/+35
2021-03-11change ctx.send_help to ctx.invoke(help_command)Gravatar ToxicKidz-13/+26
;
2021-03-10Removed requesting to bots. Added grammer.Gravatar JagTheFriend-3/+7
2021-03-10suggestion by @XithriusGravatar Dillon Runke-2/+4
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-09embed fixGravatar Kronifer-3/+4
2021-03-09small style fixGravatar Dillon Runke-4/+3
2021-03-09Remove useless initialization in the AoC cogGravatar Matteo Bertucci-3/+0
2021-03-08Restrict the aoc leaderboard commands to decemberGravatar Matteo Bertucci-0/+2
2021-03-08Properly rename countdown_task -> notification_taskGravatar Matteo Bertucci-2/+2
The old name was still in use in the cog_unload, making it fail
2021-03-08Improve punctuation and wording of .emoji count.Gravatar kosayoda-5/+5
2021-03-08Rename cog to avoid name conflict with discordpy.Gravatar kosayoda-3/+3
2021-03-07Improve emoji information embed visuals.Gravatar kosayoda-16/+18
2021-03-07Unify emoji count and emoji information to a cog.Gravatar kosayoda-50/+36
2021-03-04Remove arrows (whoopsies)!Gravatar MrKomodoDragon-3/+0
2021-03-04Update earth_photos.pyGravatar Dillon Runke-1/+1
2021-03-04Remove "Want to suggest a fact?" for consistencyGravatar MrKomodoDragon-2/+1
2021-03-04single space fixGravatar Kronifer-1/+1
2021-03-04style guidelinesGravatar Kronifer-3/+5
2021-03-04linting fixGravatar Kronifer-4/+6
2021-03-04whitespace fixGravatar Kronifer-2/+2
2021-03-04API guideline fix for UnsplashGravatar Kronifer-2/+3
2021-03-04Add link to discussion for suggesting facts in EmbedGravatar MrKomodoDragon-1/+6
2021-03-04clarification in some areasGravatar Kronifer-0/+1
2021-03-04suggestion by @Shivansh-007Gravatar Kronifer-1/+1
2021-03-04Update earth_photos.pyGravatar Kronifer-1/+1