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