| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-05-07 | Correct grammer in the new mosaic command output | -1/+1 | ||
| 2021-05-07 | Add the number of squares that were used by .mosaic | -1/+1 | ||
| This is useful for when we round up the number of squares used, users can still see how many were actually used. | ||||
| 2021-05-07 | Download avatars as size 1024 to avoid very large avatars affecting infra | -4/+4 | ||
| 2021-05-07 | Switch from fetch_member to fetch_user | -33/+35 | ||
| This is because discord.py would populate the user portion of the fetched member with cached information which would cause the avatar url not to be updated as we had intended with that function | ||||
| 2021-05-07 | fix: Add a missing 'not' | -1/+1 | ||
| 2021-05-07 | chore: Get the next perfect square | -2/+4 | ||
| If the amount of squares is not a perfect square, get the next highest perfect square | ||||
| 2021-05-06 | chore: Check if the number of squares first is bigger than the max first | -6/+3 | ||
| Co-authored-by: Anand Krishna <[email protected]> | ||||
| 2021-05-05 | chore: Use the name AvatarModify instead of PfpModify | -1/+1 | ||
| 2021-05-05 | chore: Prefer double quotes over single quotes | -9/+9 | ||
| 2021-05-05 | chore: Fetch the member and use Colours.blue in the embed for the .mosaic ↵ | -2/+9 | ||
| command | ||||
| 2021-05-05 | chore: Add a 5 second cooldown per user to .catify | -0/+1 | ||
| 2021-04-30 | fix: tempelate -> template | -1/+1 | ||
| 2021-04-30 | feat: Add the .mosaic command | -6/+202 | ||
| 2021-04-30 | fix: remove () from list of safe filename chars | -1/+1 | ||
| 2021-04-30 | Add non-underscore aliases for lazy people like me :) | -1/+1 | ||
| 2021-04-30 | Consistant use of double quotes and tuples in avatar_mod cog | -11/+10 | ||
| 2021-04-30 | Rename pfp_modify cog and group to avatar_mod for clarity | -10/+10 | ||
| Added in aliases for ease of use too. | ||||
| 2021-04-27 | Updated bot/utils/exceptions.py | -1/+1 | ||
| Co-authored-by: Joe Banks <[email protected]> | ||||
| 2021-04-27 | Reworded/fixed grammatical error | -1/+1 | ||
| 2021-04-23 | Fix spelling of a user facing message in reddit cog | -1/+1 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-04-23 | Reword Issues Comment | -1/+1 | ||
| 2021-04-23 | Suppresses Links In Commands | -2/+8 | ||
| Suppresses links in certain commands that can echo back user input. Signed-off-by: Hassan Abouelela <[email protected]> | ||||