| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-07-23 | Delete reaction if error_message not deleted. | -1/+4 | ||
| 2021-07-23 | Remove extra lines | -1/+0 | ||
| 2021-07-23 | Remove deprecated function | -10/+0 | ||
| 2021-07-23 | Update code to use `utils.messages.wait_for_deletion` | -22/+3 | ||
| 2021-07-23 | Remove blankline that flake8 doesn't like | -1/+0 | ||
| 2021-07-23 | Undo change in import style | -28/+33 | ||
| 2021-07-23 | Fix shadowed name | -2/+2 | ||
| 2021-07-23 | Remove blankline that flake8 didn't like | -1/+0 | ||
| 2021-07-23 | Add return type-hint and docstring | -1/+2 | ||
| 2021-07-23 | Remove trailing whitespace | -2/+2 | ||
| 2021-07-23 | Add missing comma | -1/+1 | ||
| 2021-07-23 | Add missing functools.partial import | -0/+1 | ||
| 2021-07-23 | Revamped imports | -23/+30 | ||
| 2021-07-23 | Remove duplicate asyncio import | -1/+0 | ||
| 2021-07-23 | Prevent ghost-pings in docs get command | -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. | ||||
| 2021-07-23 | Suggest inspect.getdoc in docstring tag | -1/+3 | ||
| Co-authored-by: Numerlor <[email protected]> | ||||
| 2021-07-23 | Update grammer in docstring tag | -2/+2 | ||
| Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-07-23 | Further describe the funciton in docstring tag | -4/+4 | ||
| 2021-07-23 | Refer to PEP-257 as the official spec | -1/+1 | ||
| This is for users who may not know what a PEP is. Co-authored-by: Bluenix <[email protected]> | ||||
| 2021-07-23 | Move type docs to type hints | -3/+1 | ||
| 2021-07-23 | Fix grammar issues in docstring tag | -6/+5 | ||
| 2021-07-23 | update docstring command to use 4 space indents. | -10/+11 | ||
| 2021-07-23 | Update docstring's explanation | -3/+1 | ||
| 2021-07-23 | Update docstring explanation. | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-07-23 | Hyperlink fix | -1/+1 | ||
| Co-authored-by: ChrisJL <[email protected]> | ||||
| 2021-07-22 | Reminder: remove unused delivery_dt parameter | -10/+3 | ||
| 2021-07-22 | Changed the documentation as intended | -2/+6 | ||
| 2021-07-21 | Talentpool: join_at -> joined_at | -1/+1 | ||
| 2021-07-21 | fix reference role constant in !server | -1/+1 | ||
| 2021-07-21 | Information: make !server use moderation_team | -1/+1 | ||
| We use the ping role instead of the team role here, leading to inaccuracies. | ||||
| 2021-07-21 | Reminder: remove footer | -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. | ||||
