aboutsummaryrefslogtreecommitdiffstats
path: root/tests/base.py (unfollow)
Commit message (Collapse)AuthorLines
2021-07-23Delete reaction if error_message not deleted.Gravatar TizzySaurus-1/+4
2021-07-23Remove extra linesGravatar TizzySaurus-1/+0
2021-07-23Remove deprecated functionGravatar TizzySaurus-10/+0
2021-07-23Update code to use `utils.messages.wait_for_deletion`Gravatar TizzySaurus-22/+3
2021-07-23Remove blankline that flake8 doesn't likeGravatar TizzySaurus-1/+0
2021-07-23Undo change in import styleGravatar TizzySaurus-28/+33
2021-07-23Fix shadowed nameGravatar TizzySaurus-2/+2
2021-07-23Remove blankline that flake8 didn't likeGravatar TizzySaurus-1/+0
2021-07-23Add return type-hint and docstringGravatar TizzySaurus-1/+2
2021-07-23Remove trailing whitespaceGravatar TizzySaurus-2/+2
2021-07-23Add missing commaGravatar TizzySaurus-1/+1
2021-07-23Add missing functools.partial importGravatar TizzySaurus-0/+1
2021-07-23Revamped importsGravatar TizzySaurus-23/+30
2021-07-23Remove duplicate asyncio importGravatar TizzySaurus-1/+0
2021-07-23Prevent ghost-pings in docs get commandGravatar TizzySaurus-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-23Suggest inspect.getdoc in docstring tagGravatar Chris Lovering-1/+3
Co-authored-by: Numerlor <[email protected]>
2021-07-23Update grammer in docstring tagGravatar Chris Lovering-2/+2
Co-authored-by: Bluenix <[email protected]>
2021-07-23Further describe the funciton in docstring tagGravatar Chris Lovering-4/+4
2021-07-23Refer to PEP-257 as the official spec Gravatar ChrisJL-1/+1
This is for users who may not know what a PEP is. Co-authored-by: Bluenix <[email protected]>
2021-07-23Move type docs to type hintsGravatar Chris Lovering-3/+1
2021-07-23Fix grammar issues in docstring tagGravatar Chris Lovering-6/+5
2021-07-23update docstring command to use 4 space indents.Gravatar Chris Lovering-10/+11
2021-07-23Update docstring's explanationGravatar NotFlameDev-3/+1
2021-07-23Update docstring explanation.Gravatar NotFlameDev-1/+1
Co-authored-by: ChrisJL <[email protected]>
2021-07-23Hyperlink fixGravatar NotFlameDev-1/+1
Co-authored-by: ChrisJL <[email protected]>
2021-07-22Reminder: remove unused delivery_dt parameterGravatar Matteo Bertucci-10/+3
2021-07-22Changed the documentation as intendedGravatar NotFlameDev-2/+6
2021-07-21Talentpool: join_at -> joined_atGravatar Matteo Bertucci-1/+1
2021-07-21fix reference role constant in !serverGravatar Chris Lovering-1/+1
2021-07-21Information: make !server use moderation_team Gravatar Matteo Bertucci-1/+1
We use the ping role instead of the team role here, leading to inaccuracies.
2021-07-21Reminder: remove footerGravatar Matteo Bertucci-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.