aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2021-01-20Duck Pond: Add `is_helper_viewable` checkGravatar Anand Krishna-1/+16
2021-01-19Remove additional embed messageGravatar Boris Muratov-9/+1
2021-01-19Replace in_whitelist check with commands.has_any_role checkGravatar ks129-2/+1
2021-01-18Sync: test chunking of user requestsGravatar MarkKoz-11/+18
2021-01-18Sync: chunk user requestsGravatar MarkKoz-2/+8
2021-01-18Update config-default.ymlGravatar Boris Muratov-0/+4
2021-01-17Stop Tag Matching On SuggestionGravatar Hassan Abouelela-6/+1
2021-01-17Checks If Similar Command Is NoneGravatar Hassan Abouelela-0/+3
2021-01-17Adds Return On Tag MatchesGravatar Hassan Abouelela-4/+9
2021-01-17Update to use Member.pending instead of bot.http.get_memberGravatar Joe Banks-3/+1
2021-01-16Removed 'Channels' import, unused.Gravatar xithrius-1/+1
2021-01-16Relock PipfileGravatar Karlis S-17/+7
2021-01-16Add startup and daemon tasks canceling on cog unloadGravatar ks129-0/+6
2021-01-16Remove unwatch reason from the !nominate outputGravatar Matteo Bertucci-2/+1
2021-01-11Update discord.py to the 1.6 releaseGravatar MarkKoz-17/+27
2021-01-11Annihilate all traces of Developer and Unverified rolesGravatar mbaruh-720/+14
2021-01-10Make sure that users without the Developers role can use tag.Gravatar Matteo Bertucci-2/+2
2021-01-08Upped duckpond threshold to 5Gravatar Boris Muratov-1/+1
2021-01-06Only helpers and below now get command suggestionsGravatar xithrius-2/+2
2021-01-06Fix BrandingError import in error handlerGravatar ks129-1/+2
2021-01-06Add startup task that starts daemon to branding cogGravatar ks129-4/+5
2021-01-06Fix seasons file import orderGravatar ks129-2/+2
2021-01-06Add missing docstring to Month enumGravatar ks129-0/+2
2021-01-06Refactor branding manager to keep everything in one directoryGravatar ks129-112/+135
2021-01-06Remove sir lancebot names from seasonsGravatar ks129-7/+0
2021-01-06Remove unnecessary pass statementGravatar ks129-2/+0
2021-01-05If user is a staff member, no command suggestions.Gravatar xithrius-6/+7
2021-01-05Re-lock PipfileGravatar Karlis S-4/+4
2021-01-03Remove unnecessary Keys import from utils cogGravatar ks129-1/+1
2021-01-02Removed 'Optional' import.Gravatar xithrius-1/+1
2021-01-02Removed unnecessary debugging logs.Gravatar Xithrius-2/+0
2021-01-02Set reason to default as an empty string.Gravatar Xithrius-5/+2
2021-01-02No nominaton reason blank replaced by italic NoneGravatar xithrius-2/+4
2021-01-02Removed possibility of exception via walrus.Gravatar xithrius-16/+16
2021-01-01Update discord.py to fix webhook message publishing.Gravatar Den4200-45/+60
2020-12-30"Pending: False" to "Verified: True" to agree with new semantics.Gravatar Steele-1/+1
2020-12-28Update raw command no permission error messageGravatar ks129-1/+1
2020-12-27Enable raw commandGravatar ks129-2/+2
2020-12-27Add check does user can see channel in raw commandGravatar ks129-0/+4
2020-12-25`!user` command says if user is "Verified"Gravatar Steele-2/+2
2020-12-24`if user.pending` -> `if not user.pending`Gravatar Steele Farnsworth-1/+1
2020-12-23`ALTERNATE_VERIFIED_MESSAGE`: "You're" -> "You are".Gravatar Steele-1/+1
2020-12-23Move PEP cog to info extensions categoryGravatar ks129-0/+0
2020-12-23Move constants out from classGravatar ks129-5/+4
2020-12-22Rewrite `!verify` to account for new native-gate-only verification.Gravatar Steele-10/+11
2020-12-20Add the clear alias to the clean commandGravatar Matteo Bertucci-1/+1
2020-12-20Fix wrong way for getting Git SHAGravatar ks129-1/+1
2020-12-20Remove unused constantGravatar ks129-1/+0
2020-12-20Implement GitHub API authorization headerGravatar ks129-1/+9
2020-12-20Log warning and return early when can't get PEP URLs from APIGravatar ks129-0/+4