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
2022-09-18
remove duplicate final rule numbers then sort
Amrou Bellalouna
-1
/
+1
2022-09-18
remove unreachable code
Amrou Bellalouna
-8
/
+0
2022-09-18
rename pick to rule_number
Amrou Bellalouna
-2
/
+2
2022-09-18
rename index to rule_number
Amrou Bellalouna
-1
/
+3
2022-09-18
stop matching keywords when they're invalid upon triaging the rule numbers & ...
Amrou Bellalouna
-19
/
+17
2022-09-18
stop matching as soon as an invalid kw is encountered
Amrou Bellalouna
-11
/
+22
2022-09-16
remove help message that displays the available keywords per rule
Amrou Bellalouna
-8
/
+2
2022-09-16
rename rules to rule_numbers
Amrou Bellalouna
-7
/
+7
2022-09-16
replace .isdigit predicate with a try except block
Amrou Bellalouna
-2
/
+2
2022-09-16
fix typo in docstrings
Amrou Bellalouna
-1
/
+1
2022-09-16
use the cached channels instead of fetching them with each command execution
Amrou Bellalouna
-4
/
+2
2022-09-16
suggest adding a keyword in dev & meta channels
Amrou Bellalouna
-3
/
+6
2022-09-16
add missing blank line
Amrou Bellalouna
-0
/
+1
2022-09-16
accept keywords and rule numbers in any order
Amrou Bellalouna
-19
/
+39
2022-09-16
send the "no-match" error message in pure text format
Amrou Bellalouna
-5
/
+2
2022-09-16
send the list of pre-defined keywords along with each invoked rule
Amrou Bellalouna
-2
/
+7
2022-09-16
add support for keywords when using the "rules" command.
Amrou Bellalouna
-4
/
+18
2022-09-16
fix "isistance" typo
Amrou Bellalouna
-1
/
+1
2022-09-12
Don't use fake in-project venvs for poetry
Chris Lovering
-21
/
+13
2022-09-11
suggest adding a keyword in dev & meta channels
Amrou Bellalouna
-3
/
+6
2022-09-11
add missing blank line
Amrou Bellalouna
-0
/
+1
2022-09-11
accept keywords and rule numbers in any order
Amrou Bellalouna
-19
/
+39
2022-09-11
Bump poetry in Docker and lint to 1.2.0
Chris Lovering
-1
/
+1
2022-09-11
Use HassanAbouelela/setup-python for CI
Chris Lovering
-57
/
+5
2022-09-10
Use venvs with poetry in Dockerfile
Chris Lovering
-6
/
+16
2022-09-08
send the "no-match" error message in pure text format
Amrou Bellalouna
-5
/
+2
2022-09-08
send the list of pre-defined keywords along with each invoked rule
Amrou Bellalouna
-2
/
+7
2022-08-19
Duration for DM changed to Edited flag
ionite34
-10
/
+7
2022-08-19
add support for keywords when using the "rules" command.
Amrou Bellalouna
-4
/
+18
2022-08-19
fix "isistance" typo
Amrou Bellalouna
-1
/
+1
2022-08-18
fix: don't include replied mentions in mention filter (#2017)
arl
-12
/
+124
2022-08-18
Check if channel.guild is None
Dorukyum
-1
/
+1
2022-08-18
Made DM duration remaining optional with resend
ionite34
-6
/
+8
2022-08-17
fix: replace datetime.utcnow() with arrow
dawnofmidnight
-4
/
+4
2022-08-16
Added article to automute message
ionite34
-1
/
+1
2022-08-16
Removed unused datetime import
ionite34
-1
/
+0
2022-08-16
Updated infractions display for updates
ionite34
-23
/
+59
2022-08-16
Corrected test use of utcnow
ionite34
-1
/
+1
2022-08-16
Updated previous tests to use subset method
ionite34
-7
/
+5
2022-08-16
Refactored test to not use datetime patch
ionite34
-8
/
+11
2022-08-16
Removed `inserted_at` fallback
ionite34
-13
/
+5
2022-08-16
Changed datetime.now to arrow.utcnow
ionite34
-2
/
+2
2022-08-16
Infraction duration fallback if no `last_applied` field
ionite34
-2
/
+13
2022-08-16
Added microsecond rounding for `humanize_delta`
ionite34
-1
/
+16
2022-08-16
Added new expiry usage to apply
ionite34
-1
/
+1
2022-08-16
Use `last_applied` to display duration
ionite34
-1
/
+2
2022-08-16
Correct last_applied formatting
ionite34
-1
/
+1
2022-08-16
Fixed tests
ionite34
-6
/
+7
2022-08-16
Updated ban command docstring
ionite34
-2
/
+4
2022-08-16
Updated parameter names
ionite34
-5
/
+5
[next]