index
:
bot
dependabot/github_actions/actions/upload-artifact-5
dependabot/pip/pip-5e502e9552
dependabot/uv/regex-2025.9.18
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
*
remove useless initial sorting of keywords
Amrou Bellalouna
2022-09-18
-2
/
+0
*
remove duplicate final rule numbers then sort
Amrou Bellalouna
2022-09-18
-1
/
+1
*
remove unreachable code
Amrou Bellalouna
2022-09-18
-8
/
+0
*
rename pick to rule_number
Amrou Bellalouna
2022-09-18
-2
/
+2
*
rename index to rule_number
Amrou Bellalouna
2022-09-18
-1
/
+3
*
stop matching keywords when they're invalid upon triaging the rule numbers & ...
Amrou Bellalouna
2022-09-18
-19
/
+17
*
stop matching as soon as an invalid kw is encountered
Amrou Bellalouna
2022-09-18
-11
/
+22
*
remove help message that displays the available keywords per rule
Amrou Bellalouna
2022-09-16
-8
/
+2
*
rename rules to rule_numbers
Amrou Bellalouna
2022-09-16
-7
/
+7
*
replace .isdigit predicate with a try except block
Amrou Bellalouna
2022-09-16
-2
/
+2
*
fix typo in docstrings
Amrou Bellalouna
2022-09-16
-1
/
+1
*
use the cached channels instead of fetching them with each command execution
Amrou Bellalouna
2022-09-16
-4
/
+2
*
Merge remote-tracking branch 'origin/2108-invoke-rule-command-with-keywords' ...
Amrou Bellalouna
2022-09-16
-0
/
+0
|
\
|
*
suggest adding a keyword in dev & meta channels
Amrou Bellalouna
2022-09-11
-3
/
+6
|
*
add missing blank line
Amrou Bellalouna
2022-09-11
-0
/
+1
|
*
accept keywords and rule numbers in any order
Amrou Bellalouna
2022-09-11
-19
/
+39
|
*
send the "no-match" error message in pure text format
Amrou Bellalouna
2022-09-08
-5
/
+2
|
*
send the list of pre-defined keywords along with each invoked rule
Amrou Bellalouna
2022-09-08
-2
/
+7
|
*
add support for keywords when using the "rules" command.
Amrou Bellalouna
2022-08-19
-4
/
+18
|
*
fix "isistance" typo
Amrou Bellalouna
2022-08-19
-1
/
+1
*
|
suggest adding a keyword in dev & meta channels
Amrou Bellalouna
2022-09-16
-3
/
+6
*
|
add missing blank line
Amrou Bellalouna
2022-09-16
-0
/
+1
*
|
accept keywords and rule numbers in any order
Amrou Bellalouna
2022-09-16
-19
/
+39
*
|
send the "no-match" error message in pure text format
Amrou Bellalouna
2022-09-16
-5
/
+2
*
|
send the list of pre-defined keywords along with each invoked rule
Amrou Bellalouna
2022-09-16
-2
/
+7
*
|
add support for keywords when using the "rules" command.
Amrou Bellalouna
2022-09-16
-4
/
+18
*
|
fix "isistance" typo
Amrou Bellalouna
2022-09-16
-1
/
+1
*
|
Merge pull request #2268 from python-discord/pin-poetry-to-1.1.X
Hassan Abouelela
2022-09-13
-72
/
+22
|
\
\
|
*
|
Don't use fake in-project venvs for poetry
Chris Lovering
2022-09-12
-21
/
+13
|
*
|
Bump poetry in Docker and lint to 1.2.0
Chris Lovering
2022-09-11
-1
/
+1
|
*
|
Use HassanAbouelela/setup-python for CI
Chris Lovering
2022-09-11
-57
/
+5
|
*
|
Use venvs with poetry in Dockerfile
Chris Lovering
2022-09-10
-6
/
+16
|
/
/
*
|
Merge pull request #2234 from python-discord/infraction-durations
Boris Muratov
2022-08-19
-59
/
+133
|
\
\
|
*
\
Merge branch 'main' into infraction-durations
Boris Muratov
2022-08-19
-33
/
+186
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2260 from Dorukyum/channel.guild-nullable
Karlis Suvi
2022-08-19
-1
/
+1
|
\
\
\
|
*
\
\
Merge branch 'main' into channel.guild-nullable
Karlis Suvi
2022-08-19
-12
/
+124
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
fix: don't include replied mentions in mention filter (#2017)
arl
2022-08-18
-12
/
+124
|
*
|
|
Check if channel.guild is None
Dorukyum
2022-08-18
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #2031 from python-discord/incident-archive-msg-improvements
wookie184
2022-08-18
-19
/
+53
|
\
\
\
|
*
\
\
Merge branch 'main' into incident-archive-msg-improvements
wookie184
2022-08-18
-46
/
+53
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #2250 from python-discord/dawnofmidnight/compban
wookie184
2022-08-18
-1
/
+8
|
\
\
\
\
|
*
\
\
\
Merge branch 'main' into dawnofmidnight/compban
wookie184
2022-08-18
-45
/
+44
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
fix: replace datetime.utcnow() with arrow
dawnofmidnight
2022-08-17
-4
/
+4
|
*
|
|
|
fix: change use of arrow to datetime and change docstring wording
dawnofmidnight
2022-08-15
-5
/
+5
|
*
|
|
|
feat: command for banning compromised accounts
dawnofmidnight
2022-08-15
-0
/
+7
|
|
*
|
|
Fix incident tests.
Izan
2022-08-15
-13
/
+25
|
|
*
|
|
Merge branch 'main' into incident-archive-msg-improvements
TizzySaurus
2022-08-14
-3856
/
+3624
|
|
|
\
\
\
|
|
*
|
|
|
Address Reviews
Izan
2022-07-14
-6
/
+6
|
|
*
|
|
|
Fix tests
Izan
2022-01-01
-6
/
+18
|
|
*
|
|
|
Incident archive improvements
Izan
2022-01-01
-6
/
+16
[next]