index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
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
Commit message (
Expand
)
Author
Age
Lines
*
EH Tests: Merge test classes
ks129
2020-05-19
-11
/
+4
*
EH Tests: Create test for `handle_check_failure`
ks129
2020-05-19
-0
/
+48
*
EH Tests: Create test for `handle_input_error`
ks129
2020-05-19
-6
/
+36
*
Error Handler: Changed way of help command get + send to avoid warning
ks129
2020-05-19
-6
/
+4
*
EH Tests: Created test for `handle_user_input_error` `get_help_command`
ks129
2020-05-19
-0
/
+16
*
EH Tests: Added test for `try_get_tag` `ResponseCodeError` ignore
ks129
2020-05-19
-0
/
+6
*
EH Tests: Added test for `try_get_tag` `ctx.invoke` calling
ks129
2020-05-19
-0
/
+7
*
EH Tests: Added test for `try_get_tag` tag name converting failing
ks129
2020-05-19
-0
/
+9
*
EH Tests: Added test for `try_get_tag` successful tag name converting
ks129
2020-05-19
-0
/
+9
*
EH Tests: Added test for `try_get_tag` error handling
ks129
2020-05-19
-2
/
+11
*
EH Tests: Added test for `try_get_tag` checks fail
ks129
2020-05-19
-2
/
+8
*
EH Tests: Added test for `try_get_tag` `invoked_from_error_handler`
ks129
2020-05-19
-0
/
+7
*
EH Tests: Added test for `try_get_tag` `get_command` calling
ks129
2020-05-19
-0
/
+19
*
EH Tests: Added tests for `get_help_command`in `OtherErrorHandlerTests`
ks129
2020-05-19
-0
/
+32
*
EH Tests: Cleanup `try_silence` tests
ks129
2020-05-18
-39
/
+27
*
EH Tests: Added test for `try_silence` no match message
ks129
2020-05-18
-0
/
+6
*
EH Tests: Created `try_silence` test to test unsilence command calling
ks129
2020-05-18
-0
/
+17
*
EH Tests: Created `try_silence` test to test silence command calling
ks129
2020-05-18
-0
/
+17
*
EH Tests: Created `try_silence` test to check no permission with except
ks129
2020-05-18
-0
/
+8
*
EH Tests: Created `try_silence` test to check no permission response
ks129
2020-05-18
-2
/
+9
*
EH Tests: Created `try_silence` test for `get_command`
ks129
2020-05-18
-0
/
+9
*
EH Tests: Created first test for `try_silence`
ks129
2020-05-18
-0
/
+18
*
EH Tests: Created test for all other errors
ks129
2020-05-18
-0
/
+8
*
EH Tests: Added test for 3 errors handling on handler
ks129
2020-05-18
-1
/
+17
*
EH Tests: Added test for `CommandInvokeError` handling on handler
ks129
2020-05-18
-0
/
+22
*
EH Tests: Added test for `CommandOnCooldown` handling on handler
ks129
2020-05-18
-0
/
+8
*
EH Tests: Added test for `CheckFailure` handling on handler
ks129
2020-05-18
-0
/
+9
*
EH Tests: Added test for `UserInputError` handling on handler
ks129
2020-05-18
-0
/
+9
*
EH Tests: Added another test for `CommandNotFound` error handling
ks129
2020-05-18
-0
/
+17
*
Test Helpers: Added new attribute to `MockContext`
ks129
2020-05-18
-0
/
+2
*
Error Handler: Changed `CommandNotFound` error check for testing
ks129
2020-05-18
-1
/
+1
*
EH Tests: Remove class member `cog` + other small changes
ks129
2020-05-18
-14
/
+15
*
EH Tests: Created test for `CommandNotFound` error when call isn't by EH
ks129
2020-05-18
-0
/
+49
*
EH Tests: Created test cases set + already handled error test
ks129
2020-05-18
-0
/
+22
*
Merge pull request #858 from python-discord/decorator-factory-mutability-tag
kwzrd
2020-05-17
-0
/
+37
|
\
|
*
Merge branch 'master' into decorator-factory-mutability-tag
kwzrd
2020-05-17
-890
/
+2365
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #949 from python-discord/help-command-fix-invocation
kwzrd
2020-05-17
-41
/
+33
|
\
\
|
*
|
Use `Command`-object for `send_help`
Sebastiaan Zeeff
2020-05-17
-21
/
+21
|
*
|
Use `send_help` to invoke command help
Sebastiaan Zeeff
2020-05-17
-40
/
+32
|
/
/
*
|
Merge pull request #519 from mathsman5133/help-refactor
Sebastiaan Zeeff
2020-05-17
-460
/
+269
|
\
\
|
*
\
Merge branch 'master' into help-refactor
Sebastiaan Zeeff
2020-05-17
-1
/
+1
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #946 from vivax3794/master
Leon Sandøy
2020-05-17
-1
/
+1
|
\
\
\
|
*
|
|
added "solved" as a alias for "closed"
vivax3794
2020-05-17
-1
/
+1
|
/
/
/
|
*
|
fix redirect_output decorator; remove ninja code
mathsman5133
2020-05-16
-76
/
+66
|
*
|
Merge branch 'master' into help-refactor
Leon Sandøy
2020-05-15
-447
/
+2127
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Remove @Admins ping from the #verification message
Leon Sandøy
2020-05-14
-1
/
+1
*
|
|
Remove everyone-ping from mentions alert
Sebastiaan Zeeff
2020-05-14
-1
/
+0
*
|
|
Merge pull request #899 from ks129/python-news
Sebastiaan Zeeff
2020-05-13
-55
/
+321
|
\
\
\
|
*
\
\
Merge branch 'master' into python-news
Sebastiaan Zeeff
2020-05-13
-219
/
+522
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Expand guild whitelist
S. Co1
2020-05-12
-1
/
+7
[next]