| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | Get rid of codeblock in souce commit | 2020-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 | ||||
| | * | | | | | Linter | 2020-10-02 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | I had flake8 turned off in my dpy env -_- | ||||
| | * | | | | | Escape markdown in faulty source commands | 2020-10-02 | -2/+2 | ||
| |/ / / / / | | | | | | | | | | | | | | | | Closes #1177 | ||||
| | * | | | | (Snekbox Tests, discord.py 1.3.x Migrations): Fixed wrong assertion of help ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | command call. | ||||
| | * | | | | (Talent Pool, discord.py 1.3.x Migrations): Replaced `help` command getting ↵ | 2020-04-03 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | with `ctx.send_help`. | ||||
| | * | | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | getting with `ctx.send_help`. | ||||
| | * | | | | (Mod Management, discord.py 1.3.x Migrations): Replaced `help` command ↵ | 2020-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 ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Snekbox, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Site, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Reminders, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct ↵ | 2020-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 ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Off-Topic Names, discord.py 1.3.x Migrations): Replaced `help` command ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | getting with `ctx.send_help`. | ||||
| | * | | | | (Extensions, discord.py 1.3.x Migrations): Replaced `help` command getting ↵ | 2020-04-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | with `ctx.send_help`. | ||||
| | * | | | | (Eval, discord.py 1.3.x Migrations): Replaced `help` command getting with ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Docs, discord.py 1.3.x Migrations): Replaced `ctx.invoke` with direct ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | calling command. | ||||
| | * | | | | (Sync Cog Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵ | 2020-04-03 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | commands calling. | ||||
| | * | | | | (Silence Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵ | 2020-04-03 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | commands calling. | ||||
| | * | | | | (Snekbox Tests, discord.py 1.3.x Migrations): Removed `.callback` from ↵ | 2020-04-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | commands calling. | ||||
| | * | | | | (Information Tests): Replaced `asyncio.run` with `await` in `UserCommandTests`. | 2020-04-03 | -7/+6 | ||
| | | | | | | |||||
| | * | | | | (Information Tests): Replaced `asyncio.run` with `await` in `UserEmbedTests`. | 2020-04-03 | -8/+8 | ||
| | | | | | | |||||
| | * | | | | (Information Tests): Replaced `asyncio.run` with `await` in ↵ | 2020-04-03 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | `UserInfractionHelperMethodTests.` | ||||
| | * | | | | (Information Tests, discord.py 1.3.x Migration): Fixed `InformationCogTests` ↵ | 2020-04-03 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | command calls. | ||||
| | * | | | | (Information Tests, discord.py 1.3.x Migration): In `InformationCogTests`, ↵ | 2020-04-03 | -8/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | replaced `.callback` calls with direct command awaits. | ||||
| | * | | | | (Information Tests, discord.py 1.3.x Migration): Moved from ↵ | 2020-04-03 | -25/+29 | ||
| | | | | | | | | | | | | | | | | | | | | | `unittest.TestCase` to `unittest.IsolatedAsyncTestCase` rest of test case classes. | ||||
| | * | | | | (Information Tests, discord.py 1.3.x Migration): Moved from ↵ | 2020-04-03 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | `unittest.TestCase` to `unittest.IsolatedAsyncTestCase` in `InformationCogTests`. | ||||
| | * | | | | (Bot Cog, discord.py 1.3.x Migration): Replaced `ctx.invoke` with ↵ | 2020-04-03 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | `ctx.send_help`. | ||||
| | * | | | | (Tags, discord.py 1.3.x Migration): Replaced with direct function call. | 2020-04-03 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | (Snekbox Fix, discord.py 1.3.x Migration): Applied one reaction clear to tests. | 2020-04-02 | -2/+2 | ||
| | | | | | | |||||
| | * | | | | (Reddit, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with ↵ | 2020-04-02 | -3/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | `discord.utils.sleep_until` | ||||
| | * | | | | (Off-Topic Names, discord.py 1.3.x Migration): Replaced `asyncio.sleep` with ↵ | 2020-04-02 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | `discord.utils.sleep_until`. | ||||
| | * | | | | (Patches, discord.py 1.3.x Migration): Removed patches due not longer necessary. | 2020-04-02 | -43/+0 | ||
| | | | | | | |||||
| | * | | | | (Snekbox, discord.py 1.3.x Migration): Replaced message full reaction clear ↵ | 2020-04-02 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | with only reeval emoji clear. | ||||
| | * | | | | (Aliases, discord.py 1.3.x Migration): Replaced `ctx.invoke` with direct ↵ | 2020-04-02 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | awaiting command. | ||||
| | | * | | | fix line length in bot/exts/info/information.py | 2020-10-02 | -3/+3 | ||
| | | | | | | |||||
| | | * | | | Merge pull request #1 from python-discord/master | 2020-10-02 | -104/+22 | ||
| | | |\ \ \ | |_|/ / / |/| | | | | merge back new changes | ||||
| * | | | | | PR #1198: Remove alias cog | 2020-10-01 | -102/+3 | ||
| |\ \ \ \ \ | |||||
| | * | | | | | Remove special handling for the alias cog in the !source command | 2020-10-01 | -15/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | It's obsolete code because the cog has been removed. | ||||
| | * | | | | | Remove alias cog | 2020-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-dm | 2020-10-01 | -0/+13 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Duck pond: ignore reactions in DMs | ||||
| | * | | | | | Duck pond: ignore reaction events from other guilds | 2020-10-01 | -2/+8 | ||
| | | | | | | | |||||
| | * | | | | | Duck pond: ignore reactions in DMs | 2020-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 ↵ | 2020-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-404 | 2020-10-01 | -1/+1 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1200 from python-discord/bug/mod/1182/deleted-msg-null-char | 2020-10-01 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Remove null chars before posting deleted messages | ||||
| | * | | | | | Remove null chars before posting deleted messages | 2020-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 reacting | 2020-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 files | 2020-10-01 | -4/+4 | ||
| | |/ / |/| | | |||||
| * | | | PR #1191 Verification: broaden 50_007 error handling | 2020-09-29 | -11/+30 | ||
| |\ \ \ | |||||
| | * | | | Incidents: reduce timeout log to info level | 2020-09-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This shouldn't be a warning, as we cannot do anything about it. Fixes BOT-8X | ||||