aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | | * | | | | | | | | | | Fix lint failures: adding docstrings, removing whitespaceGravatar Objectivitix2021-05-07-17/+11
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | Merge pull request #3 from Objectivitix/Objectivitix-patch-1Gravatar Objectivitix2021-05-07-2/+162
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dynamic question formatters and its constants
| | | | | | | | * | | | | | | | | | | Add dynamic question formatters and its constantsGravatar Objectivitix2021-05-07-2/+162
| | | | | | | |/ / / / / / / / / / /
| | | | | | | * | | | | | | | | | | Add dynamically generated science questionsGravatar Objectivitix2021-05-07-9/+13
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | Merge pull request #2 from Objectivitix/Objectivitix-patch-1Gravatar Objectivitix2021-05-07-60/+184
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the math and science questions, added a dynamic_id checker
| | | | | | | | * | | | | | | | | | | fix NameError, add some forgotten importsGravatar Objectivitix2021-05-07-1/+2
| | | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | | Implement the math and science questions, added a dynamic_id checkerGravatar Objectivitix2021-05-07-59/+182
| | | | | | | |/ / / / / / / / / / /
| | | | | | | * | | | | | | | | | | Merge pull request #1 from Objectivitix/Objectivitix-patch-1Gravatar Objectivitix2021-05-07-0/+331
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 30 math questions and 30 science questions to trivia_quiz.json
| | | | | | | | * | | | | | | | | | | Add 30 math questions and 30 science questions to trivia_quiz.jsonGravatar Objectivitix2021-05-07-0/+331
| | | | | | | |/ / / / / / / / / / /
| | | | | | | | * | | | | | | | | | Remove comments and update docstringsGravatar Icebluewolf2021-05-14-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]>
| | | | | | | | * | | | | | | | | | Fixes linting issue and improves randomness selection.Gravatar Ice Wolfy2021-05-14-11/+11
| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | Added randomness to cat or dog when not specifiedGravatar Ice Wolfy2021-05-14-1/+0
| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | Added randomness to cat or dog when not specifiedGravatar Ice Wolfy2021-05-14-6/+16
| | | | | | |_|/ / / / / / / / / / | | | | | |/| | | | | | | | | | |
| | | | | | | | * | | | | | | | | Merge remote-tracking branch 'origin/feature/command-suggestions' into ↵Gravatar Shivansh-0072021-04-03-7/+44
| | | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/command-suggestions
| | | | | | | | | * \ \ \ \ \ \ \ \ Merge branch 'main' into feature/command-suggestionsGravatar Shivansh-0072021-03-31-7/+44
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | Use constants for delete delay and remove redundant f-string.Gravatar Shivansh-0072021-04-03-3/+8
| | | | | | | | |/ / / / / / / / / /
| | | | | | | | * | | | | | | | | | Fix importsGravatar Shivansh-0072021-03-23-2/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | Feature: suggest command usage for misspell commandsGravatar Shivansh-0072021-03-23-0/+35
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | (tic-tac-toe): Use embeds for showing previous game boardsGravatar Shivansh2021-05-15-2/+6
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | (tic-tac-toe): Update x and o emojiGravatar Shivansh2021-05-15-3/+6
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #645 from python-discord/bookmark-react-for-copyGravatar Joe Banks2021-05-15-23/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'main' into bookmark-react-for-copyGravatar ChrisJL2021-05-13-1217/+2747
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #727 from python-discord/reddit-revokeGravatar Hassan Abouelela2021-05-12-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reddit Revoke Endpoint Status Code
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into reddit-revokeGravatar Xithrius2021-05-12-69/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | feat: merge ping and uptime cogs (#722)Gravatar vcokltfre2021-05-12-35/+19
| |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #725 from python-discord/change-to-fetch-userGravatar Xithrius2021-05-09-34/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from fetch_member to fetch_user in avatar_mod
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into change-to-fetch-userGravatar Xithrius2021-05-09-97/+404
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update return type hint to reflect new behaviour.Gravatar ChrisJL2021-05-07-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]>
| * | | | | | | | | | | | | | | | | Correct grammer in the new mosaic command outputGravatar Chris2021-05-07-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add the number of squares that were used by .mosaicGravatar Chris2021-05-07-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful for when we round up the number of squares used, users can still see how many were actually used.
| * | | | | | | | | | | | | | | | | Download avatars as size 1024 to avoid very large avatars affecting infraGravatar Chris2021-05-07-4/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Switch from fetch_member to fetch_userGravatar Chris2021-05-07-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
| | * | | | | | | | | | | | | | | Fixes Expected Token Revoke Status CodeGravatar Hassan Abouelela2021-05-10-1/+1
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #569 from RohanJnr/reddit_migrationGravatar Xithrius2021-05-09-97/+404
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Reddit migration
| * | | | | | | | | | | | | | | Pull upstream and resolve conflicts.Gravatar rohan2021-05-10-522/+1372
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #724 from ToxicKidz/fix/mosaic-commandGravatar Dennis Pham2021-05-07-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the .mosaic command check that is missing a `not`
| * | | | | | | | | | | | | | | | fix: Add a missing 'not'Gravatar ToxicKidz2021-05-07-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #716 from ToxicKidz/feat/mosaic-commandGravatar Janine vN2021-05-07-7/+209
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | feat: Add the .mosaic command
| * | | | | | | | | | | | | | | chore: Get the next perfect squareGravatar ToxicKidz2021-05-07-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the amount of squares is not a perfect square, get the next highest perfect square
| * | | | | | | | | | | | | | | chore: Check if the number of squares first is bigger than the max firstGravatar ToxicKidz2021-05-06-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Anand Krishna <[email protected]>
| * | | | | | | | | | | | | | | Merge branch 'main' into feat/mosaic-commandGravatar ToxicKidz2021-05-05-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #720 from ToxicKidz/catify-cooldownGravatar Hassan Abouelela2021-05-05-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | Add a 5 second cooldown per user to .catify
| * | | | | | | | | | | | | | | chore: Add a 5 second cooldown per user to .catifyGravatar ToxicKidz2021-05-05-0/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #717 from ToxicKidz/pr-template-spelling-fixGravatar ChrisJL2021-04-30-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the spelling mistake in the PR template
| * | | | | | | | | | | | | | | fix: tempelate -> templateGravatar ToxicKidz2021-04-30-1/+1
|/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | chore: Use the name AvatarModify instead of PfpModifyGravatar ToxicKidz2021-05-05-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-05-9/+9
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | chore: Fetch the member and use Colours.blue in the embed for the .mosaic ↵Gravatar ToxicKidz2021-05-05-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command
| * | | | | | | | | | | | | | feat: Add the .mosaic commandGravatar ToxicKidz2021-04-30-6/+202
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #713 from python-discord/vcokltfre/fix/avatar-filenamesGravatar ChrisJL2021-04-30-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: remove () from list of safe filename chars