aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | Get rid of codeblock in souce commitGravatar Soumitra Shewale2020-10-02-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Double backtick will break if argument contains a double backtick, so getting rid of the codeblock itself makes more sense in my opionion. Also fix the style issue with multiline string by storing the escaped arg in another variable
| * | | | | LinterGravatar Soumitra Shewale2020-10-02-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | I had flake8 turned off in my dpy env -_-
| * | | | | Escape markdown in faulty source commandsGravatar Soumitra Shewale2020-10-02-2/+2
|/ / / / / | | | | | | | | | | | | | | | Closes #1177
| * | | | (Snekbox Tests, discord.py 1.3.x Migrations): Fixed wrong assertion of help ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | command call.
| * | | | (Talent Pool, discord.py 1.3.x Migrations): Replaced `help` command getting ↵Gravatar ks1292020-04-03-2/+2
| | | | | | | | | | | | | | | | | | | | with `ctx.send_help`.
| * | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | getting with `ctx.send_help`.
| * | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command ↵Gravatar ks1292020-04-03-3/+3
| | | | | | | | | | | | | | | | | | | | getting with `ctx.send_help`, replaced `ctx.invoke` with direct command call.
| * | | | (Utils, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (Snekbox, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (Site, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (Reminders, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct ↵Gravatar ks1292020-04-03-2/+2
| | | | | | | | | | | | | | | | | | | | command calling, replaced `help` command getting with `ctx.send_help`.
| * | | | (Reddit, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (Off-Topic Names, discord.py 1.3.x Migrations): Replaced `help` command ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | getting with `ctx.send_help`.
| * | | | (Extensions, discord.py 1.3.x Migrations): Replaced `help` command getting ↵Gravatar ks1292020-04-03-4/+4
| | | | | | | | | | | | | | | | | | | | with `ctx.send_help`.
| * | | | (Eval, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (Docs, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | calling command.
| * | | | (Sync Cog Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵Gravatar ks1292020-04-03-2/+2
| | | | | | | | | | | | | | | | | | | | commands calling.
| * | | | (Silence Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵Gravatar ks1292020-04-03-2/+2
| | | | | | | | | | | | | | | | | | | | commands calling.
| * | | | (Snekbox Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵Gravatar ks1292020-04-03-4/+4
| | | | | | | | | | | | | | | | | | | | commands calling.
| * | | | (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 ↵Gravatar ks1292020-04-03-2/+2
| | | | | | | | | | | | | | | | | | | | `UserInfractionHelperMethodTests.`
| * | | | (Information Tests, discord.py 1.3.x Migration): Fixed `InformationCogTests` ↵Gravatar ks1292020-04-03-3/+3
| | | | | | | | | | | | | | | | | | | | command calls.
| * | | | (Information Tests, discord.py 1.3.x Migration): In `InformationCogTests`, ↵Gravatar ks1292020-04-03-8/+3
| | | | | | | | | | | | | | | | | | | | replaced `.callback` calls with direct command awaits.
| * | | | (Information Tests, discord.py 1.3.x Migration): Moved from ↵Gravatar ks1292020-04-03-25/+29
| | | | | | | | | | | | | | | | | | | | `unittest.TestCase` to `unittest.IsolatedAsyncTestCase` rest of test case classes.
| * | | | (Information Tests, discord.py 1.3.x Migration): Moved from ↵Gravatar ks1292020-04-03-4/+4
| | | | | | | | | | | | | | | | | | | | `unittest.TestCase` to `unittest.IsolatedAsyncTestCase` in `InformationCogTests`.
| * | | | (Bot Cog, discord.py 1.3.x Migration): Replaced `ctx.invoke` with ↵Gravatar ks1292020-04-03-1/+1
| | | | | | | | | | | | | | | | | | | | `ctx.send_help`.
| * | | | (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 ↵Gravatar ks1232020-04-02-3/+4
| | | | | | | | | | | | | | | | | | | | `discord.utils.sleep_until`
| * | | | (Off-Topic Names, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with ↵Gravatar ks1232020-04-02-3/+2
| | | | | | | | | | | | | | | | | | | | `discord.utils.sleep_until`.
| * | | | (Patches, discord.py 1.3.x Migration): Removed patches due not longer necessary.Gravatar ks1232020-04-02-43/+0
| | | | |
| * | | | (Snekbox, discord.py 1.3.x Migration): Replaced message full reaction clear ↵Gravatar ks1232020-04-02-2/+2
| | | | | | | | | | | | | | | | | | | | with only reeval emoji clear.
| * | | | (Aliases, discord.py 1.3.x Migration): Replaced `ctx.invoke` with direct ↵Gravatar ks1232020-04-02-1/+1
| | | | | | | | | | | | | | | | | | | | awaiting command.
| | * | | fix line length in bot/exts/info/information.pyGravatar Hedy Li2020-10-02-3/+3
| | | | |
| | * | | Merge pull request #1 from python-discord/masterGravatar Hedy Li2020-10-02-104/+22
| | |\ \ \ | |_|/ / / |/| | | | merge back new changes
* | | | | PR #1198: Remove alias cogGravatar kwzrd2020-10-01-102/+3
|\ \ \ \ \
| * | | | | Remove special handling for the alias cog in the !source commandGravatar MarkKoz2020-10-01-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | It's obsolete code because the cog has been removed.
| * | | | | Remove alias cogGravatar MarkKoz2020-09-30-87/+0
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Last few aliases are an anomaly since #1124 was merged. The remaining aliases are seldom used. The code isn't exactly clean and it has some maintenance costs. Resolves #1159
* | | | | Merge pull request #1201 from python-discord/bug/fun/1183/pond-ignore-dmGravatar Mark2020-10-01-0/+13
|\ \ \ \ \ | | | | | | | | | | | | Duck pond: ignore reactions in DMs
| * | | | | Duck pond: ignore reaction events from other guildsGravatar MarkKoz2020-10-01-2/+8
| | | | | |
| * | | | | Duck pond: ignore reactions in DMsGravatar MarkKoz2020-09-30-0/+7
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also handle the channel not being found, which may be due to a cache issue or because it got deleted. Fixes #1183 Fixes BOT-8T
* | | | | Merge pull request #1199 from ↵Gravatar Matteo Bertucci2020-10-01-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-discord/bug/backend/1181/wait-for-deletion-404 Catch 404 in wait_for_deletion when reacting
| * \ \ \ \ Merge branch 'master' into bug/backend/1181/wait-for-deletion-404Gravatar Matteo Bertucci2020-10-01-1/+1
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1200 from python-discord/bug/mod/1182/deleted-msg-null-charGravatar Matteo Bertucci2020-10-01-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove null chars before posting deleted messages
| * | | | | Remove null chars before posting deleted messagesGravatar MarkKoz2020-09-30-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our API doesn't allow null characters in the content field. It may be present because of a self bot that is able to send such character. Fixes #1182 Fixes BOT-8E
| * / / / Catch 404 in wait_for_deletion when reactingGravatar MarkKoz2020-09-30-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | The message may be deleted before the bot gets a chance to react. Fixes #1181
| | * / fix spelling typos in bot/ python filesGravatar Hedy Li2020-10-01-4/+4
| |/ / |/| |
* | | PR #1191 Verification: broaden 50_007 error handlingGravatar kwzrd2020-09-29-11/+30
|\ \ \
| * | | Incidents: reduce timeout log to info levelGravatar kwzrd2020-09-27-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This shouldn't be a warning, as we cannot do anything about it. Fixes BOT-8X