aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | Sort snippet matches by their start positionGravatar Andi Qu2021-04-17-5/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Fixed syntax error with wait_for_deletionGravatar Andi Qu2021-01-30-2/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Use the GitLab API for GitLab snippetsGravatar Andi Qu2021-01-30-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Got rid of unnecessary regex matching thingsGravatar Andi Qu2021-01-30-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stuff like `/{0,1}` and `?` at the ends of groups
| * | | | | | | | | | | Match both username *and* repo in the GitLab regexGravatar Andi Qu2021-01-24-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Add matching for query params to all the regexesGravatar Andi Qu2021-01-24-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Don't match dashes in GitHub gist revisionsGravatar Andi Qu2021-01-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gist revisions don't allow dashes oops
| * | | | | | | | | | | More restrictive GitHub gist regex for usernamesGravatar Andi Qu2021-01-24-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Account for query params in bitbucketGravatar Andi Qu2021-01-19-7/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Better GitHub regexGravatar Andi Qu2021-01-19-5/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Better error reporting in _fetch_response(?)Gravatar Andi Qu2021-01-13-3/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Better regex now works for <link>Gravatar Andi Qu2021-01-13-7/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Better regex, moved pattern handlers to __init__, and constant headerGravatar Andi Qu2021-01-13-24/+28
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #2 from python-discord/masterGravatar Andi Qu2020-12-08-1749/+2306
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into https://github.com/dolphingarlic/bot
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/dolphingarlic/botGravatar Andi Qu2020-12-08-16/+5
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into masterGravatar Andi Qu2020-10-28-14/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Removed unnecessary space before equals signGravatar Andi Qu2020-10-28-1/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Update bot/exts/info/code_snippets.pyGravatar Andi Qu2020-10-28-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| * | | | | | | | | | | | | | Add logging for HTTP requestsGravatar Andi Qu2020-12-08-5/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add file path to codeblockGravatar Andi Qu2020-12-08-2/+9
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Used a list of tuples for on_message insteadGravatar Andi Qu2020-10-27-18/+11
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Moved global functions into the cog and got rid of unnecessary aiohttp sessionsGravatar Andi Qu2020-10-27-149/+158
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Made check for valid language easier to readGravatar Andi Qu2020-10-27-1/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'python-discord-master'Gravatar Andi Qu2020-10-27-6213/+9471
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵Gravatar Andi Qu2020-10-27-6213/+9471
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord-master
| * | | | | | | | | | | | | | Merge branch 'master' of https://github.com/dolphingarlic/botGravatar Andi Qu2020-10-27-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Update bot/cogs/code_snippets.pyGravatar Andi Qu2020-10-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]>
| * | | | | | | | | | | | | | | Split up refs into branches and tagsGravatar Andi Qu2020-10-27-6/+6
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Renamed snippet_to_md and wrote a better docstringGravatar Andi Qu2020-10-27-6/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Renamed fetch_http to fetch_responseGravatar Andi Qu2020-10-27-11/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Moved code for finding the right ref to a functionGravatar Andi Qu2020-10-27-20/+14
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Cleaned the code for CodeSnippetsGravatar dolphingarlic2020-07-30-191/+217
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Removed repo widget prettification and added reaction to remove linesGravatar Andi Qu2020-07-07-139/+22
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Minor style fixesGravatar Andi Qu2020-07-05-3/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fixed all docstringsGravatar Andi Qu2020-07-05-17/+17
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Tried to fix some of the flake8 style errorsGravatar Andi Qu2020-07-05-43/+26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Added better support for GitHub/GitLabGravatar Andi Qu2020-07-05-0/+325
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Use a specific error message when a warned user isn't in the guildGravatar Matteo Bertucci2021-04-27-3/+15
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes sighly how the warn, kick and mute commands to take a fetched member as their argument and to return a little error message if the user isn't in the guild rather than showing the whole help page.
* | | | | | | | | | | | | | Merge pull request #1426 from python-discord/feat/1365/add-bot-badges-to-userGravatar Matteo Bertucci2021-04-25-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add bot and verified bot badges to the user embed.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into feat/1365/add-bot-badges-to-userGravatar Matteo Bertucci2021-04-25-29/+243
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #1529 from Numerlor/selective-traceGravatar Hassan Abouelela2021-04-25-9/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | Make trace logging optional and allow selective enabling
| * | | | | | | | | | | | | | Merge branch 'main' into selective-traceGravatar Numerlor2021-04-23-30/+285
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #1546 from ToxicKidz/remind-embed-timestampGravatar Matteo Bertucci2021-04-21-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Embed.timestamp for the !remind command
| * | | | | | | | | | | | | | | chore: Revert back to 'Due'Gravatar ToxicKidz2021-04-21-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | chore: Use Embed.timestamp for showing when the reminder will be sentGravatar ToxicKidz2021-04-20-5/+8
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1535 from francisdbillones/patch-1Gravatar Boris Muratov2021-04-20-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix zen's negative indexing
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into patch-1Gravatar Boris Muratov2021-04-20-14/+198
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #1543 from python-discord/test-async-mockGravatar Hassan Abouelela2021-04-20-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests: AsyncMock is now in the standard library!
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into test-async-mockGravatar Hassan Abouelela2021-04-20-7/+145
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #1544 from python-discord/mods-role-in-allowed-mentionsGravatar Matteo Bertucci2021-04-20-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the Moderators role to moderation_roles in config