aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-04-29feat: Use embed timestamp in modpings offGravatar ToxicKidz-3/+5
2021-04-28CodeSnippets: fix type annotationsGravatar MarkKoz-4/+5
2021-04-28CodeSnippets: add more detail to the request error messageGravatar MarkKoz-2/+3
2021-04-28CodeSnippets: use a lower log level for 404 responsesGravatar MarkKoz-1/+2
2021-04-28CodeSnippets: avoid returning None when request raises an exceptionGravatar MarkKoz-10/+13
2021-04-28Address error behavior update.Gravatar kosayoda-3/+3
2021-04-28Remove BrandingError check.Gravatar kosayoda-5/+0
2021-04-28Make flake8 happy :DGravatar rohan-1/+1
2021-04-28Use guild.afk_channel atr to retrieve afk Channel instance.Gravatar rohan-3/+1
2021-04-27Wait for cache to fill before redirectingGravatar Andi Qu-0/+1
2021-04-27Use a specific error message when a warned user isn't in the guildGravatar Matteo Bertucci-3/+15
2021-04-27Redirect to #bot-commands if the message's length is > 1000Gravatar Andi Qu-5/+16
2021-04-27Fixed the line limit and halved the char limitGravatar Andi Qu-1/+1
2021-04-27Merge two comments into oneGravatar Andi Qu-2/+1
2021-04-25Wait for cache to be loaded before accesing member voice state and channels.Gravatar rohan-0/+1
2021-04-24Tests: simplify public flags handlingGravatar Matteo Bertucci-8/+2
2021-04-21chore: Revert back to 'Due'Gravatar ToxicKidz-1/+1
2021-04-20chore: Use Embed.timestamp for showing when the reminder will be sentGravatar ToxicKidz-5/+8
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-20Add method for suspending member's stream when revoking stream perms.Gravatar Rohan-4/+27
2021-04-19Add afk voice channel to constants.Gravatar Rohan-0/+2
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-19Add blacklist format to the BOT_TRACE_LOGGERS env varGravatar Numerlor-4/+21
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-17Sort snippet matches by their start positionGravatar Andi Qu-5/+10
2021-04-17Tests: members shouldn't have any public flagsGravatar Matteo Bertucci-0/+8
2021-04-17Move the verified developer badge to the embed titleGravatar Matteo Bertucci-3/+5
2021-04-17Make YAMLGetter raise AttributeError instead of KeyErrorGravatar Matteo Bertucci-3/+4
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