index
:
bot
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
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
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
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
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-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
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