aboutsummaryrefslogtreecommitdiffstats
path: root/bot/command.py (unfollow)
Commit message (Collapse)AuthorLines
2021-03-14Remove aiofiles depGravatar Chris-29/+16
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-13Use new help command extGravatar Chris-1/+2
Since sir-lancebot#625 was merged, we now have bot.utils.extensions.invoke_help_command which sends a nicely formatted help embed.
2021-03-13make invoke_help_command only take ctxGravatar ToxicKidz-16/+16
2021-03-13Use user reference passed via command Gravatar ChrisJL-2/+2
The command takes in user as argument but doesn't use it while converting the image into bytes. Co-authored-by: Shivansh-007 <[email protected]>
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-11Fix filename for spooky effect avatarsGravatar Chris-1/+1
2021-03-11Update docstring to refer to groups rather than commandsGravatar ChrisJL-2/+2
Co-authored-by: Shivansh-007 <[email protected]>
2021-03-11Defer errors in pride image to error handlerGravatar Chris-4/+3
2021-03-11Use a more specific filename for avatar modifiying commandsGravatar Chris-9/+39
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-10Remove double assignment of a variableGravatar Chris-1/+1
2021-03-10Improve docstring and split line for readibilityGravatar Chris-2/+8
2021-03-10Move colours to constantsGravatar Chris-6/+18
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-06Split up complex line.Gravatar Chris-1/+4
2021-03-06Remove superfluous str cast.Gravatar Chris-1/+1
2021-03-06Don't return discord.Messages.Gravatar Chris-3/+8
2021-03-06Fix return type of in_executor. Its return type varies, based on the ↵Gravatar Chris-1/+1
Callable given.
2021-03-06Convert method to static as it doesn't use class attributes.Gravatar Chris-1/+1
2021-03-06Improve readibility of code, and fix grammar issues.Gravatar Chris-19/+23
2021-03-05Rename in_thread fuction for clarity.Gravatar Chris-5/+5
2021-03-05Fix Pipfile merge conflictsGravatar Chris-5/+14
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