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-10-05
Add message when there are no patrons in a tier
wookie184
-1
/
+2
2022-10-03
await unawaited remove_cog calls
Amrou Bellalouna
-3
/
+3
2022-10-02
Make autoban report silently fail if output will be sent to a non-mod channel
Chris Lovering
-0
/
+4
2022-10-02
Send weekly_autoban_report to ctx channel when manually invoked
Chris Lovering
-3
/
+7
2022-10-02
Report on all autoban filters added in the last 7 days
Chris Lovering
-1
/
+55
2022-10-02
Namespace discord import in filter_lists
Chris Lovering
-4
/
+4
2022-10-02
Send filter alerts to #filter-log instead of #mod-meta
Chris Lovering
-2
/
+5
2022-09-20
Display mention & str of the mentionable object in `!remind list`.
Izan
-1
/
+1
2022-09-20
move DEFAULT_RULES_DESCRIPTION under information.py
Amrou Bellalouna
-9
/
+7
2022-09-19
use subTest to isolate assertions
Amrou Bellalouna
-14
/
+17
2022-09-19
add DEFAULT_RULES_DESCRIPTION to avoid duplication
Amrou Bellalouna
-13
/
+10
2022-09-19
fix redundant test name
Amrou Bellalouna
-1
/
+1
2022-09-19
test the cases where default rules message is supposed to be sent
Amrou Bellalouna
-0
/
+31
2022-09-19
fix wrong type hint of the rules function return value
Amrou Bellalouna
-2
/
+2
2022-09-19
add test that checks for the sent content if one invalid index is present in ...
Amrou Bellalouna
-0
/
+46
2022-09-19
return final list of rule numbers to be sent
Amrou Bellalouna
-2
/
+4
2022-09-19
sort the list of final rule numbers
Amrou Bellalouna
-1
/
+1
2022-09-18
determine final_rule_numbers value by subscribing to the keyword_to_rule_numb...
Amrou Bellalouna
-9
/
+2
2022-09-18
subscribe directly to the keyword_to_rule_number dict instead of using .get
Amrou Bellalouna
-1
/
+2
2022-09-18
remove redundant use of list transformation when sorting final rule numbers
Amrou Bellalouna
-1
/
+1
2022-09-18
Moved `escape_markdown` after Truthy check (#2279)
Ionite
-2
/
+3
2022-09-18
replace the keywords set with a dict that maps each keyword to its rule number
Amrou Bellalouna
-8
/
+6
2022-09-18
enumerate full_rules with a start index of 1
Amrou Bellalouna
-2
/
+2
2022-09-18
remove useless initial sorting of keywords
Amrou Bellalouna
-2
/
+0
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-17
Use Python Poetry Base Action (#2277)
Hassan Abouelela
-21
/
+3
2022-09-17
Address Review
Izan
-2
/
+6
2022-09-17
Update wording of patreon message
wookie184
-2
/
+2
2022-09-17
Removed italics from the help command (#2272)
Mohammad Ibrahim
-5
/
+5
2022-09-16
remove help message that displays the available keywords per rule
Amrou Bellalouna
-8
/
+2
2022-09-16
Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275)
Aleksey Zasorin
-1
/
+1
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-14
Update docstrings & comment.
Izan
-17
/
+8
2022-09-13
Specify the path for poetry venvs
Chris Lovering
-1
/
+2
2022-09-13
Ignore mounted in-project venvs on startup
Chris Lovering
-1
/
+4
[next]