aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-12-08Use hardcoded rules url instead of constructing it from constsGravatar Numerlor-5/+4
2021-12-08Move static content site commands to tags and remove the site cogGravatar Numerlor-94/+24
2021-12-08Remove the site help commandGravatar Numerlor-16/+0
2021-12-08Move the rules command to the Information cogGravatar Numerlor-37/+38
2021-12-08Correct typo in loglineGravatar Johannes Christ-1/+1
2021-12-07Make snekbox url an env varGravatar Chris Lovering-1/+1
2021-12-06Build an intermediate list for speed in filtering cogGravatar Chris Lovering-1/+1
2021-12-06Also run name filters against a cleaned version of the normalised nameGravatar Chris Lovering-4/+5
2021-12-06Return early when getting name matchesGravatar Chris Lovering-9/+7
2021-12-06Check if we recently alerted about a bad name before running all filter token...Gravatar Chris Lovering-2/+6
2021-12-06Normalise names before checking for matchesGravatar Chris Lovering-3/+11
2021-12-05fix: parse whitespace out of pep titlesGravatar onerandomusername-1/+4
2021-12-03Patch d.py's message convertor to infer channelID from the given contextGravatar Chris Lovering-0/+29
2021-12-03Attepmt to fetch un-cached nomination threads on archiveGravatar Chris Lovering-2/+5
2021-12-03Update PEP Repo URLGravatar Hassan Abouelela-1/+1
2021-12-02remove default thread archive time as discord.py supports that alreadyGravatar onerandomusername-7/+1
2021-12-02set three_day to 4320, the number of minutes in 3 daysGravatar aru-1/+1
2021-12-01Redirect subscribe command output to bot commandsGravatar Chris Lovering-10/+7
2021-12-01Sort subscribe roles alphabeticallyGravatar Chris Lovering-1/+3
2021-12-01Dynamic views for command help embeds (#1939)Gravatar Boris Muratov-51/+141
2021-12-01Remove redundant Union in a type hintGravatar Chris Lovering-1/+1
2021-12-01Use presence of a nominee as check for pending reviewsGravatar Chris Lovering-1/+1
2021-12-01Always return a review string for a given nominationGravatar Chris Lovering-8/+5
2021-12-01Fix emoji reaction error in reviewerGravatar Chris Lovering-2/+2
2021-12-01Ensure a nomination archival emoji isn't from the botGravatar Chris Lovering-0/+3
2021-12-01Supress NotFound when archiving a nominationGravatar Chris Lovering-3/+6
2021-12-01Update nomination message regexGravatar Chris Lovering-2/+1
2021-12-01Manage nomination threadsGravatar Chris Lovering-1/+14
2021-12-01Refactor make_review to return nominee tooGravatar Chris Lovering-9/+9
2021-12-01Add thread archive time enum to constantsGravatar Chris Lovering-0/+12
2021-11-30Subscribe command replies to invocation to keep contextGravatar Chris Lovering-1/+1
2021-11-30Add lock emoji to highlight unavailable self-assignable rolesGravatar Chris Lovering-1/+1
2021-11-30Swap remove and unavailable colours for subscribe commandGravatar Chris Lovering-2/+2
2021-11-30Sort unavailable self-assignable roles to the end of the listGravatar Chris Lovering-0/+3
2021-11-30Allow roles to be assignable over multiple monthsGravatar Chris Lovering-23/+72
2021-11-30Delete the subscribe message after 5 minutesGravatar Chris Lovering-1/+6
2021-11-30Use new get_logger helper utilGravatar Chris Lovering-3/+2
2021-11-30Stop listening for events when message is deletedGravatar Chris Lovering-0/+2
2021-11-30Add 10s member cooldown to subscribe commandGravatar Chris Lovering-0/+1
2021-11-30Ensure the user interacting is still in guild before changing rolesGravatar Chris Lovering-0/+4