aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-04-21Removes Unnecessary Members In Silence TestsGravatar Hassan Abouelela-16/+14
2021-04-20Add the Moderators role to moderation_roles in configGravatar Joe Banks-0/+1
2021-04-20Remove allowed mentions in modlog alertGravatar Boris Muratov-2/+1
2021-04-20Improve rediscache docGravatar Boris Muratov-1/+1
2021-04-20Tests: AsyncMock is now in the standard library!Gravatar Matteo Bertucci-1/+1
2021-04-19Update bot/exts/moderation/infraction/superstarify.pyGravatar Vivaan Verma-1/+1
2021-04-19Change type hint from duration to expiryGravatar Vivaan Verma-2/+2
2021-04-19Add default duration as constant and use Duration converterGravatar Vivaan Verma-4/+4
2021-04-19Inline duration assignmentGravatar Vivaan Verma-2/+1
2021-04-19Update comment in list stream for readibilityGravatar Chris-1/+1
2021-04-19CamelCase the cog nameGravatar Boris Muratov-3/+3
2021-04-19Improve the wording of the list streamers embedGravatar ChrisJL-1/+1
2021-04-19Remove unnecessary _ in variable nameGravatar Chris-3/+3
2021-04-19Update wording of comment to be clearer.Gravatar Chris-1/+1
2021-04-19Add command to list users with streaming permsGravatar Chris-1/+43
2021-04-19Require a mod role for stream commandsGravatar Chris-4/+4
2021-04-19Fix zen's negative indexingGravatar francisdbillones-1/+1
2021-04-19Renamed duty.py to modpings.pyGravatar mbaruh-0/+0
2021-04-19Renamed Duty cog to ModpingsGravatar mbaruh-23/+23
2021-04-18Fix linting errorsGravatar Vivaan Verma-1/+1
2021-04-18Check if a duration was providedGravatar Vivaan Verma-2/+3
2021-04-18Make duration an optional arg and default it to 1 hourGravatar Vivaan Verma-1/+5
2021-04-18Added default duration of 1h to superstarifyGravatar Vivaan Verma-1/+1
2021-04-17Remove here pingGravatar Boris Muratov-2/+2
2021-04-17Name the rescheduling task, and cancel it on cog unloadGravatar mbaruh-1/+2
2021-04-17Improve documentationGravatar mbaruh-1/+3
2021-04-17Assume a scheduled task exists for `duty on`Gravatar mbaruh-2/+1
2021-04-17Keep config succintGravatar mbaruh-2/+0
2021-04-16Raise a new NotInBlacklistCheckFailure insteadGravatar mbaruh-7/+15
2021-04-15Allow eval almost everywhereGravatar mbaruh-5/+44
2021-04-15chore: update wording as requestedGravatar vcokltfre-3/+3
2021-04-15Use set instead of update in duty offGravatar mbaruh-1/+1
2021-04-15Add off-duty expiration date to audit logGravatar mbaruh-2/+2
2021-04-15Fix setup docstring to specify correct cogGravatar mbaruh-1/+1
2021-04-15Remove extra newlineGravatar Boris Muratov-1/+0
2021-04-14Add Duty cog and new Moderators roleGravatar mbaruh-4/+143
2021-04-14Refactor embed to use just one lineGravatar Chris-3/+1
2021-04-14Catch NotFound errors when trying to delete the invocation message when cleaningGravatar Chris-2/+6
2021-04-14Require at least one snowflake to be provided.Gravatar Chris-0/+3
2021-04-14Use a paginated embed to output multiple snowflakesGravatar Chris-9/+18
2021-04-13Branding: adjust duration string for 1-day eventsGravatar kwzrd-0/+5
2021-04-13Branding: use tz-aware datetime representationGravatar kwzrd-7/+8
2021-04-12Remove reactions from everyone when paginating and waiting for trashcan react...Gravatar ToxicKidz-44/+68
2021-04-12Use == instead of str.startswithGravatar ToxicKidz-2/+3
2021-04-11Sort the available help channels in #how-to-get-help by positionGravatar ToxicKidz-1/+3
2021-04-11Filtering: use a more thorough regex for zalgo & invisible charsGravatar MarkKoz-35/+91
2021-04-11Recruitment: Don't use emoji literalsGravatar Matteo Bertucci-9/+9
2021-04-09AntiSpam: create tasks in a safer mannerGravatar MarkKoz-8/+9
2021-04-09AntiSpam: prevent attempts to punish a user multiple timesGravatar MarkKoz-1/+3
2021-04-09Filtering: remove invisible characters before checking filtersGravatar MarkKoz-0/+22