aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
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-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-09Filtering: remove invisible characters before checking filtersGravatar MarkKoz-0/+22
2021-04-08Added how_to_get_help channel constant.Gravatar Xithrius-0/+2
2021-04-08Close voice channels with defcon shutdownGravatar onerandomusername-2/+2
2021-04-08update commentGravatar Numerlor-1/+1
2021-04-08Use 'Similar names' instead of 'moved' in footerGravatar Numerlor-1/+1
2021-04-07Use the UK version of the YouTube TOSGravatar Ben Soyka-3/+3
2021-04-07Update YouTube terms in the ytdl tagGravatar Ben Soyka-4/+4
2021-04-06Reduce default duration of stream permission from 30m to 5mGravatar Chris-1/+1
2021-04-06Add a comment to _reload_tasks_from_redis() in the Stream cog.Gravatar Chris-0/+2
2021-04-06Talentpool: loop style changeGravatar Matteo Bertucci-1/+1
2021-04-06Properly handle the lack of nomination of a userGravatar Matteo Bertucci-2/+2
2021-04-06Use emoji names in nomination bodyGravatar Matteo Bertucci-1/+1
2021-04-06Add a !tp get_review command to get the nomination text without posting itGravatar Matteo Bertucci-13/+37
2021-04-05Convert back to datetime as Embed.timestamp doesn't support ArrowGravatar Chris-1/+2
2021-04-05Output stream command confimation in embed for automatic tz conversionGravatar Chris-4/+14
2021-04-05Minor test changes for the !user embedGravatar Ben Soyka-10/+6
2021-04-05Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build actionGravatar ks129-1/+1
2021-04-05chore: don't create an instance of intents before calling its classmethodGravatar vcokltfre-1/+1
2021-04-04Update information tests for new embed color logicGravatar Ben Soyka-6/+8
2021-04-04Use Member.colour rather than a list comprehension for !userGravatar Ben Soyka-3/+1
2021-04-04Ignore colourless roles in !user embedGravatar Ben Soyka-1/+3
2021-04-04Blacklist staff_info for duckpondGravatar Boris Muratov-0/+2
2021-04-03Remove redundant conversion to Arrow datetime in Stream cogGravatar Chris-1/+1
2021-04-01Mention user when upgrading streaming permissions to permanentGravatar Chris-1/+1
2021-04-01Ensure duration is always tz-awareGravatar Chris-2/+7
2021-04-01Reword logging and docstrings to different moodGravatar ChrisJL-2/+2
2021-04-01Use tz aware timestamps and refactor for readibility - Stream cogGravatar Chris-5/+3
2021-04-01Update schedule_at() to work with tz aware date timesGravatar Chris-2/+6
2021-04-01Add missing 'attempts'Gravatar Numerlor-1/+3
2021-04-01Remove redundant traceback log in log.exceptionGravatar Chris-2/+2
2021-04-01Only convert to naive when sending to scheduler, general refactor&commentsGravatar Chris-11/+20
2021-04-01Convert to arrow for datetime managementGravatar Chris-4/+6
2021-04-01Remove unnecessary wrapper variableGravatar Chris-2/+3
2021-04-01Change references to user's in Stream cog to membersGravatar Chris-40/+42
2021-04-01Fix spelling errors in logging statements - Stream cogGravatar ChrisJL-2/+2
2021-04-01Rename function in stream cog for consistancyGravatar Chris-4/+4
2021-04-01Describe redis cache var better in stream cogGravatar Chris-1/+1
2021-04-01Update policy documentsGravatar Matteo Bertucci-122/+8
2021-04-01Sprinkle some logging into the Stream cogGravatar Chris-4/+15
2021-04-01Stream cog docstring updatesGravatar Chris-3/+4