| Commit message (Expand) | Author | Age | Lines |
| * | Use `url` argument instead of setting it outside. | Den4200 | 2020-10-03 | -2/+1 |
| * | Use `Greedy` converter instead of the splat operator. | Den4200 | 2020-10-03 | -2/+2 |
| * | Remove duplicates from given rule indices and sort them in order. | Den4200 | 2020-10-03 | -4/+11 |
| * | Replace `map` with a more pythonic list comprehension. | Den4200 | 2020-10-03 | -1/+1 |
| * | Merge pull request #835 from python-discord/bug/util/795/reminders-dupe-delete | Mark | 2020-10-03 | -100/+265 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/master' into bug/util/795/reminders-dupe... | MarkKoz | 2020-10-03 | -3533/+3101 |
| | |\
| |/
|/| |
|
| * | | Merge pull request #1210 from python-discord/joseph/add-socket-stats | Joe Banks | 2020-10-03 | -5/+37 |
| |\ \ |
|
| | * | | Cap most_common to 25 to not go over the embed fields limit | Joe Banks | 2020-10-03 | -1/+1 |
| | * | | Add a socket stats command | Joe Banks | 2020-10-03 | -5/+37 |
| |/ / |
|
| * | | Merge pull request #1207 from hedythedev/master | Dennis Pham | 2020-10-02 | -6/+6 |
| |\ \ |
|
| | * \ | Merge branch 'master' into master | Dennis Pham | 2020-10-02 | -130/+88 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Merge pull request #1208 from python-discord/reminder-no-mention | Mark | 2020-10-02 | -4/+5 |
| |\ \ \ |
|
| | * | | | Reminder: no feedback message when no mention | Matteo Bertucci | 2020-10-02 | -4/+5 |
| * | | | | Merge pull request #860 from ks129/discord-py-upgrade-migrate | Joe Banks | 2020-10-02 | -122/+77 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into discord-py-upgrade-migrate | MarkKoz | 2020-10-02 | -5710/+11177 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1205 from soumitradev/source_escape_markdown | Matteo Bertucci | 2020-10-02 | -2/+4 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | Merge branch 'master' into source_escape_markdown | Soumitra Shewale | 2020-10-02 | -2/+2 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | PR #1206 PEPs: move URL link to title | kwzrd | 2020-10-02 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Update !pep 0 command | Soumitra Shewale | 2020-10-02 | -1/+1 |
| | * | | | | | Move PEP command embed URL to title | Soumitra Shewale | 2020-10-02 | -1/+1 |
| |/ / / / / |
|
| | * | | | | Get rid of codeblock in souce commit | Soumitra Shewale | 2020-10-02 | -2/+3 |
| | * | | | | Linter | Soumitra Shewale | 2020-10-02 | -1/+2 |
| | * | | | | Escape markdown in faulty source commands | Soumitra Shewale | 2020-10-02 | -2/+2 |
| |/ / / / |
|
| | * | | | (Snekbox Tests, discord.py 1.3.x Migrations): Fixed wrong assertion of help c... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Talent Pool, discord.py 1.3.x Migrations): Replaced `help` command getting w... | ks129 | 2020-04-03 | -2/+2 |
| | * | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command gettin... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command gettin... | ks129 | 2020-04-03 | -3/+3 |
| | * | | | (Utils, discord.py 1.3.x Migrations): Replaced `help` command getting with `c... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Snekbox, discord.py 1.3.x Migrations): Replaced `help` command getting with ... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Site, discord.py 1.3.x Migrations): Replaced `help` command getting with `ct... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Reminders, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct c... | ks129 | 2020-04-03 | -2/+2 |
| | * | | | (Reddit, discord.py 1.3.x Migrations): Replaced `help` command getting with `... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Off-Topic Names, discord.py 1.3.x Migrations): Replaced `help` command getti... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Extensions, discord.py 1.3.x Migrations): Replaced `help` command getting wi... | ks129 | 2020-04-03 | -4/+4 |
| | * | | | (Eval, discord.py 1.3.x Migrations): Replaced `help` command getting with `ct... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Docs, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct callin... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Sync Cog Tests, discord.py 1.3.x Migrations): Removed `.callback` from comma... | ks129 | 2020-04-03 | -2/+2 |
| | * | | | (Silence Tests, discord.py 1.3.x Migrations): Removed `.callback` from comman... | ks129 | 2020-04-03 | -2/+2 |
| | * | | | (Snekbox Tests, discord.py 1.3.x Migrations): Removed `.callback` from comman... | ks129 | 2020-04-03 | -4/+4 |
| | * | | | (Information Tests): Replaced `asyncio.run` with `await` in `UserCommandTests`. | ks129 | 2020-04-03 | -7/+6 |
| | * | | | (Information Tests): Replaced `asyncio.run` with `await` in `UserEmbedTests`. | ks129 | 2020-04-03 | -8/+8 |
| | * | | | (Information Tests): Replaced `asyncio.run` with `await` in `UserInfractionHe... | ks129 | 2020-04-03 | -2/+2 |
| | * | | | (Information Tests, discord.py 1.3.x Migration): Fixed `InformationCogTests` ... | ks129 | 2020-04-03 | -3/+3 |
| | * | | | (Information Tests, discord.py 1.3.x Migration): In `InformationCogTests`, re... | ks129 | 2020-04-03 | -8/+3 |
| | * | | | (Information Tests, discord.py 1.3.x Migration): Moved from `unittest.TestCas... | ks129 | 2020-04-03 | -25/+29 |
| | * | | | (Information Tests, discord.py 1.3.x Migration): Moved from `unittest.TestCas... | ks129 | 2020-04-03 | -4/+4 |
| | * | | | (Bot Cog, discord.py 1.3.x Migration): Replaced `ctx.invoke` with `ctx.send_h... | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Tags, discord.py 1.3.x Migration): Replaced with direct function call. | ks129 | 2020-04-03 | -1/+1 |
| | * | | | (Snekbox Fix, discord.py 1.3.x Migration): Applied one reaction clear to tests. | ks123 | 2020-04-02 | -2/+2 |
| | * | | | (Reddit, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with `discord.... | ks123 | 2020-04-02 | -3/+4 |