index
:
bot
copilot/fix-dm-closed-error-handling
copilot/fix-timeit-eval-issue
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
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
2020-12-20
Make last PEPs listing refresh non-optional
ks129
-1
/
+2
2020-12-20
Set last PEPs listing at beginning of function
ks129
-1
/
+1
2020-12-20
Move PEP related functions and command to own cog
ks129
-136
/
+154
2020-12-20
Add GitHub API key to config as environment variable
ks129
-0
/
+2
2020-12-20
Remove aiohttp integration
ks129
-2
/
+0
2020-12-20
Use bot prefix instead pydis-bot for Sentry release workflow
ks129
-1
/
+1
2020-12-20
Attach release on Sentry SDK initialization
ks129
-1
/
+2
2020-12-20
Add constant for Git SHA
ks129
-0
/
+3
2020-12-20
Inject Git SHA in container build workflow
ks129
-0
/
+2
2020-12-20
Consume Git SHA build arg and add to it to environment
ks129
-1
/
+5
2020-12-19
Fix flake8 pre-commit hook running through PyCharm
MarkKoz
-1
/
+1
2020-12-19
Remove obsolete test cases
MarkKoz
-8
/
+0
2020-12-19
APIClient: create the session directly in __init__
MarkKoz
-21
/
+10
2020-12-19
Bot: cease support of Bot.clear()
MarkKoz
-51
/
+28
2020-12-19
APIClient: remove obsolete function
MarkKoz
-14
/
+0
2020-12-19
APIClient: simplify session creation
MarkKoz
-39
/
+10