aboutsummaryrefslogtreecommitdiffstats
path: root/bot/command.py (unfollow)
Commit message (Collapse)AuthorLines
2021-05-04chore: Prefer double quotes over single quotesGravatar ToxicKidz-430/+430
2021-05-04chore: Don't make content an empty stringGravatar ToxicKidz-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2021-05-03chore: Don't return a Message object when the return annotation is NoneGravatar ToxicKidz-18/+34
2021-05-03chore: End the sentence with a periodGravatar ToxicKidz-1/+1
2021-05-03Clean Up the Easter SeasonGravatar ToxicKidz-35/+33
- Keep Consistent setup docstrings - Type hint to bot.Bot instead of commands.Bot - Don't set Cog.bot if it isn't used
2021-05-03chore: Clean Up the Valentines SeasonGravatar ToxicKidz-33/+30
- Change commands.Bot type hints to bot.Bot - Remove the setting of Cog.bot if it isn't being used - Change ctx.author -> ctx.message.author
2021-05-03fix: Don't pass bot to __init__Gravatar ToxicKidz-1/+1
2021-04-30fix: tempelate -> templateGravatar ToxicKidz-1/+1
2021-04-30fix: remove () from list of safe filename charsGravatar vcokltfre-1/+1
2021-04-30Add non-underscore aliases for lazy people like me :)Gravatar Chris-1/+1
2021-04-30Consistant use of double quotes and tuples in avatar_mod cogGravatar Chris-11/+10
2021-04-30Rename pfp_modify cog and group to avatar_mod for clarityGravatar Chris-10/+10
Added in aliases for ease of use too.
2021-04-27Updated bot/utils/exceptions.pyGravatar Salil Chincholikar-1/+1
Co-authored-by: Joe Banks <[email protected]>
2021-04-27Reworded/fixed grammatical errorGravatar Salil Chincholikar-1/+1
2021-04-23Fix spelling of a user facing message in reddit cogGravatar ChrisJL-1/+1
Co-authored-by: Xithrius <[email protected]>
2021-04-23Reword Issues CommentGravatar Hassan Abouelela-1/+1
2021-04-23Suppresses Links In CommandsGravatar Hassan Abouelela-2/+8
Suppresses links in certain commands that can echo back user input. Signed-off-by: Hassan Abouelela <[email protected]>