index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2021-01-20
Duck Pond: Add `is_helper_viewable` check
Anand Krishna
-1
/
+16
2021-01-19
Remove additional embed message
Boris Muratov
-9
/
+1
2021-01-19
Replace in_whitelist check with commands.has_any_role check
ks129
-2
/
+1
2021-01-18
Sync: test chunking of user requests
MarkKoz
-11
/
+18
2021-01-18
Sync: chunk user requests
MarkKoz
-2
/
+8
2021-01-18
Update config-default.yml
Boris Muratov
-0
/
+4
2021-01-17
Stop Tag Matching On Suggestion
Hassan Abouelela
-6
/
+1
2021-01-17
Checks If Similar Command Is None
Hassan Abouelela
-0
/
+3
2021-01-17
Adds Return On Tag Matches
Hassan Abouelela
-4
/
+9
2021-01-17
Update to use Member.pending instead of bot.http.get_member
Joe Banks
-3
/
+1
2021-01-16
Removed 'Channels' import, unused.
xithrius
-1
/
+1
2021-01-16
Relock Pipfile
Karlis S
-17
/
+7
2021-01-16
Add startup and daemon tasks canceling on cog unload
ks129
-0
/
+6
2021-01-16
Remove unwatch reason from the !nominate output
Matteo Bertucci
-2
/
+1
2021-01-11
Update discord.py to the 1.6 release
MarkKoz
-17
/
+27
2021-01-11
Annihilate all traces of Developer and Unverified roles
mbaruh
-720
/
+14
2021-01-10
Make sure that users without the Developers role can use tag.
Matteo Bertucci
-2
/
+2
2021-01-08
Upped duckpond threshold to 5
Boris Muratov
-1
/
+1
2021-01-06
Only helpers and below now get command suggestions
xithrius
-2
/
+2
2021-01-06
Fix BrandingError import in error handler
ks129
-1
/
+2
2021-01-06
Add startup task that starts daemon to branding cog
ks129
-4
/
+5
2021-01-06
Fix seasons file import order
ks129
-2
/
+2
2021-01-06
Add missing docstring to Month enum
ks129
-0
/
+2
2021-01-06
Refactor branding manager to keep everything in one directory
ks129
-112
/
+135
2021-01-06
Remove sir lancebot names from seasons
ks129
-7
/
+0
2021-01-06
Remove unnecessary pass statement
ks129
-2
/
+0
2021-01-05
If user is a staff member, no command suggestions.
xithrius
-6
/
+7
2021-01-05
Re-lock Pipfile
Karlis S
-4
/
+4
2021-01-03
Remove unnecessary Keys import from utils cog
ks129
-1
/
+1
2021-01-02
Removed 'Optional' import.
xithrius
-1
/
+1
2021-01-02
Removed unnecessary debugging logs.
Xithrius
-2
/
+0
2021-01-02
Set reason to default as an empty string.
Xithrius
-5
/
+2
2021-01-02
No nominaton reason blank replaced by italic None
xithrius
-2
/
+4
2021-01-02
Removed possibility of exception via walrus.
xithrius
-16
/
+16
2021-01-01
Update discord.py to fix webhook message publishing.
Den4200
-45
/
+60
2020-12-30
"Pending: False" to "Verified: True" to agree with new semantics.
Steele
-1
/
+1
2020-12-28
Update raw command no permission error message
ks129
-1
/
+1
2020-12-27
Enable raw command
ks129
-2
/
+2
2020-12-27
Add check does user can see channel in raw command
ks129
-0
/
+4
2020-12-25
`!user` command says if user is "Verified"
Steele
-2
/
+2
2020-12-24
`if user.pending` -> `if not user.pending`
Steele Farnsworth
-1
/
+1
2020-12-23
`ALTERNATE_VERIFIED_MESSAGE`: "You're" -> "You are".
Steele
-1
/
+1
2020-12-23
Move PEP cog to info extensions category
ks129
-0
/
+0
2020-12-23
Move constants out from class
ks129
-5
/
+4
2020-12-22
Rewrite `!verify` to account for new native-gate-only verification.
Steele
-10
/
+11
2020-12-20
Add the clear alias to the clean command
Matteo Bertucci
-1
/
+1
2020-12-20
Fix wrong way for getting Git SHA
ks129
-1
/
+1
2020-12-20
Remove unused constant
ks129
-1
/
+0
2020-12-20
Implement GitHub API authorization header
ks129
-1
/
+9
2020-12-20
Log warning and return early when can't get PEP URLs from API
ks129
-0
/
+4
[next]