aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py (unfollow)
Commit message (Collapse)AuthorLines
2021-03-28Update phrasing of comments in bookmark commandGravatar Chris-2/+2
2021-03-28Rework bookmark command to allow other users to bookmark the same message.Gravatar Chris-21/+95
2021-03-24Remove broken link from the April fool collection Gravatar Matteo Bertucci-4/+0
Its’a braken
2021-03-21Replace list comp with a set update + sequenceGravatar Chris-1/+1
2021-03-20Only output override channels & bot commands channel on whitelist errorGravatar Chris-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-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
2021-03-04String upgradeGravatar Kronifer-1/+1
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-04Format fixGravatar Kronifer-1/+2
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-04small lint fixGravatar Kronifer-1/+1
2021-03-04Changes requested by @ChrisLoveringGravatar Kronifer-1/+1
2021-03-04Changes requested by @ChrisLoveringGravatar Kronifer-4/+10
2021-03-03fixed pipfile.lock because of a previous mistakeGravatar Kronifer-4/+4
2021-03-03requested changes by @Shivansh-007Gravatar Kronifer-2/+2
2021-03-04pipfile fixGravatar Kronifer-2/+2
2021-03-04Revert "Format change"Gravatar Kronifer-2/+1
This reverts commit 825080e805787afc1f36a80b4fa3f73040ebdc75.
2021-03-03Pipfile lock fixGravatar Kronifer-2/+2
2021-03-03Format changeGravatar Kronifer-1/+2
Co-authored-by: Shivansh-007 <[email protected]>