| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | | | | | | | | Update bot/exts/info/code_snippets.py | 2020-10-28 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | * | | | | | | | | | | Add logging for HTTP requests | 2020-12-08 | -5/+10 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Add file path to codeblock | 2020-12-08 | -2/+9 | ||
| | | |/ / / / / / / / / | |||||
| | | * | | | | | | | | | Used a list of tuples for on_message instead | 2020-10-27 | -18/+11 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Moved global functions into the cog and got rid of unnecessary aiohttp sessions | 2020-10-27 | -149/+158 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Made check for valid language easier to read | 2020-10-27 | -1/+3 | ||
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | Merge branch 'python-discord-master' | 2020-10-27 | -6213/+9471 | ||
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | Merge branch 'master' of https://github.com/python-discord/bot into ↵ | 2020-10-27 | -6213/+9471 | ||
| | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord-master | ||||
| | | * | | | | | | | | | | Merge branch 'master' of https://github.com/dolphingarlic/bot | 2020-10-27 | -1/+1 | ||
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | Update bot/cogs/code_snippets.py | 2020-10-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> | ||||
| | | * | | | | | | | | | | | Split up refs into branches and tags | 2020-10-27 | -6/+6 | ||
| | | |/ / / / / / / / / / | |||||
| | | * | | | | | | | | | | Renamed snippet_to_md and wrote a better docstring | 2020-10-27 | -6/+18 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Renamed fetch_http to fetch_response | 2020-10-27 | -11/+11 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Moved code for finding the right ref to a function | 2020-10-27 | -20/+14 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Cleaned the code for CodeSnippets | 2020-07-30 | -191/+217 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Removed repo widget prettification and added reaction to remove lines | 2020-07-07 | -139/+22 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Minor style fixes | 2020-07-05 | -3/+3 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Fixed all docstrings | 2020-07-05 | -17/+17 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Tried to fix some of the flake8 style errors | 2020-07-05 | -43/+26 | ||
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Added better support for GitHub/GitLab | 2020-07-05 | -0/+325 | ||
| | | | | | | | | | | | | | |||||
| | | | | | | * | | | | | | Use a specific error message when a warned user isn't in the guild | 2021-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-user | 2021-04-25 | -3/+15 | ||
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add bot and verified bot badges to the user embed. | ||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'main' into feat/1365/add-bot-badges-to-user | 2021-04-25 | -29/+243 | ||
| | | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge pull request #1529 from Numerlor/selective-trace | 2021-04-25 | -9/+36 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make trace logging optional and allow selective enabling | ||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into selective-trace | 2021-04-23 | -30/+285 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge pull request #1546 from ToxicKidz/remind-embed-timestamp | 2021-04-21 | -5/+8 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Embed.timestamp for the !remind command | ||||
| | | * | | | | | | | | | | | | chore: Revert back to 'Due' | 2021-04-21 | -1/+1 | ||
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | chore: Use Embed.timestamp for showing when the reminder will be sent | 2021-04-20 | -5/+8 | ||
| | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | Merge pull request #1535 from francisdbillones/patch-1 | 2021-04-20 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix zen's negative indexing | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into patch-1 | 2021-04-20 | -14/+198 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge pull request #1543 from python-discord/test-async-mock | 2021-04-20 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests: AsyncMock is now in the standard library! | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into test-async-mock | 2021-04-20 | -7/+145 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | Merge pull request #1544 from python-discord/mods-role-in-allowed-mentions | 2021-04-20 | -0/+1 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the Moderators role to moderation_roles in config | ||||
| | | * | | | | | | | | | | | | | | Add the Moderators role to moderation_roles in config | 2021-04-20 | -0/+1 | ||
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows mod alert pings to go through in #mod-alerts, the allowed mentions only included the mods team role which is not pinged on mod alerts. | ||||
| | * | | | | | | | | | | | | | | Merge pull request #1526 from python-discord/mbaruh/offduty | 2021-04-20 | -8/+145 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Modpings cog and new Moderators role | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh/offduty | 2021-04-20 | -42/+179 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Remove allowed mentions in modlog alert | 2021-04-20 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The modlog alert embed no longer pings everyone. | ||||
| | | * | | | | | | | | | | | | | | Improve rediscache doc | 2021-04-20 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | * | | | | | | | | | | | | | | CamelCase the cog name | 2021-04-19 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Merge branch 'mbaruh/offduty' of https://github.com/python-discord/bot into ↵ | 2021-04-19 | -2/+2 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mbaruh/offduty | ||||
| | | | * | | | | | | | | | | | | | | Remove here ping | 2021-04-17 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kinda defeats the purpose of being off-duty. | ||||
| | | * | | | | | | | | | | | | | | | Renamed duty.py to modpings.py | 2021-04-19 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | Renamed Duty cog to Modpings | 2021-04-19 | -23/+23 | ||
| | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The renaming includes the commands inside it. | ||||
| | | * | | | | | | | | | | | | | | Name the rescheduling task, and cancel it on cog unload | 2021-04-17 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Improve documentation | 2021-04-17 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Assume a scheduled task exists for `duty on` | 2021-04-17 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lack of such a task may be indicative of a bug. | ||||
| | | * | | | | | | | | | | | | | | Keep config succint | 2021-04-17 | -2/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A moderator is expected to have the mod-team role and therefore it's enough to specify the latter in the mod and staff roles. | ||||
| | | * | | | | | | | | | | | | | | Use set instead of update in duty off | 2021-04-15 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Add off-duty expiration date to audit log | 2021-04-15 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | Fix setup docstring to specify correct cog | 2021-04-15 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | |||||