| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | Add comment | 2021-07-23 | -0/+1 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | ||||
| | * | | | | Remove extra line | 2021-07-23 | -1/+0 | ||
| | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | ||||
| | * | | | | Fix typo causing NameError | 2021-07-23 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Delete reaction if error_message not deleted. | 2021-07-23 | -1/+4 | ||
| | | | | | | |||||
| | * | | | | Remove extra lines | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Remove deprecated function | 2021-07-23 | -10/+0 | ||
| | | | | | | |||||
| | * | | | | Update code to use `utils.messages.wait_for_deletion` | 2021-07-23 | -22/+3 | ||
| | | | | | | |||||
| | * | | | | Remove blankline that flake8 doesn't like | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Undo change in import style | 2021-07-23 | -28/+33 | ||
| | | | | | | |||||
| | * | | | | Fix shadowed name | 2021-07-23 | -2/+2 | ||
| | | | | | | |||||
| | * | | | | Remove blankline that flake8 didn't like | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Add return type-hint and docstring | 2021-07-23 | -1/+2 | ||
| | | | | | | |||||
| | * | | | | Remove trailing whitespace | 2021-07-23 | -2/+2 | ||
| | | | | | | |||||
| | * | | | | Add missing comma | 2021-07-23 | -1/+1 | ||
| | | | | | | |||||
| | * | | | | Add missing functools.partial import | 2021-07-23 | -0/+1 | ||
| | | | | | | |||||
| | * | | | | Revamped imports | 2021-07-23 | -23/+30 | ||
| | | | | | | |||||
| | * | | | | Remove duplicate asyncio import | 2021-07-23 | -1/+0 | ||
| | | | | | | |||||
| | * | | | | Prevent ghost-pings in docs get command | 2021-07-23 | -5/+25 | ||
| |/ / / / | | | | | | | | | Won't delete the invoking message when the giving symbol is invalid if the message contains user/role mentions. If it has mentions, allows deletions of error message through reactions. | ||||
| | * | | | Improve code consistency of join_role_stats and NonExistentRoleError | 2021-08-02 | -2/+2 | ||
| | | | | | |||||
| | * | | | Optimize Information Cog's join_role_stats and get_member counts | 2021-08-02 | -13/+10 | ||
| | | | | | |||||
| | * | | | Update join_role_stats and NonExistentError to be clear | 2021-08-01 | -7/+9 | ||
| | | | | | |||||
| | * | | | Update join_role_stats, add new custom error | 2021-07-30 | -11/+25 | ||
| | | | | | | | | | | | | | | | | | | | | | - Add new custom error to handle non-existent roles in the Information cog - Update join_role_stats to use built in generics for typing | ||||
| | * | | | Modify error handling in join_role_stats and move it to the Information Cog | 2021-07-29 | -17/+16 | ||
| | | | | | |||||
| | * | | | Handle non-existent roles in `join_role_stats` | 2021-07-28 | -2/+5 | ||
| | | | | | |||||
| | * | | | Merge branch 'main' into pr/serverinfoleads | 2021-07-23 | -436/+1260 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1693 from ↵ | 2021-07-23 | -14/+14 | ||
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/Update-docstring-tag-to-have-4-space-indents Update docstring tag pep and grammar | ||||
| | * | | | | Suggest inspect.getdoc in docstring tag | 2021-07-23 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Numerlor <[email protected]> | ||||
| | * | | | | Update grammer in docstring tag | 2021-07-23 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Bluenix <[email protected]> | ||||
| | * | | | | Further describe the funciton in docstring tag | 2021-07-23 | -4/+4 | ||
| | | | | | | |||||
| | * | | | | Refer to PEP-257 as the official spec | 2021-07-23 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is for users who may not know what a PEP is. Co-authored-by: Bluenix <[email protected]> | ||||
| | * | | | | Move type docs to type hints | 2021-07-23 | -3/+1 | ||
| | | | | | | |||||
| | * | | | | Fix grammar issues in docstring tag | 2021-07-23 | -6/+5 | ||
| | | | | | | |||||
| | * | | | | update docstring command to use 4 space indents. | 2021-07-23 | -10/+11 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #1686 from NotFlameDev/patch-1 | 2021-07-23 | -0/+18 | ||
| |\ \ \ \ | | | | | | | | | | | Added docstring tag | ||||
| | * \ \ \ | Merge branch 'main' into patch-1 | 2021-07-23 | -15/+3 | ||
| | |\ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | | Merge pull request #1687 from python-discord/utils/reminder/remove-footer | 2021-07-22 | -15/+3 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Reminder: remove footer | ||||
| | * \ \ \ \ | Merge branch 'main' into utils/reminder/remove-footer | 2021-07-22 | -2/+2 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Reminder: remove unused delivery_dt parameter | 2021-07-22 | -10/+3 | ||
| | | | | | | | |||||
| | * | | | | | Reminder: remove footer | 2021-07-21 | -5/+0 | ||
| | | | | | | | | | | | | | | | | | | | Now that we have Discord timestamps, the timestamp in the footer isn't useful anymore since it can be hovered to have a localised timestamp. | ||||
| | | * | | | | Update docstring's explanation | 2021-07-23 | -3/+1 | ||
| | | | | | | | |||||
| | | * | | | | Update docstring explanation. | 2021-07-23 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | * | | | | Hyperlink fix | 2021-07-23 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | ||||
| | | * | | | | Merge branch 'main' into patch-1 | 2021-07-22 | -2/+2 | ||
| | | |\ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1691 from python-discord/Akarys42-patch-1 | 2021-07-21 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Talentpool: join_at -> joined_at | ||||
| | * | | | | | | Talentpool: join_at -> joined_at | 2021-07-21 | -1/+1 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1690 from ↵ | 2021-07-21 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/fix-reference-role-constant-in-!server fix reference role constant in !server | ||||
| | * | | | | | | fix reference role constant in !server | 2021-07-21 | -1/+1 | ||
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #1688 from python-discord/information/server/mod_team_role | 2021-07-21 | -1/+1 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Information: make !server use moderation_team | ||||
| | * | | | | | Information: make !server use moderation_team | 2021-07-21 | -1/+1 | ||
| |/ / / / / | | | | | | | | | | | We use the ping role instead of the team role here, leading to inaccuracies. | ||||
| | * | | | | Changed the documentation as intended | 2021-07-22 | -2/+6 | ||
| | | | | | | |||||