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-12-08
Use hardcoded rules url instead of constructing it from consts
Numerlor
-5
/
+4
2021-12-08
Move static content site commands to tags and remove the site cog
Numerlor
-94
/
+24
2021-12-08
Remove the site help command
Numerlor
-16
/
+0
2021-12-08
Move the rules command to the Information cog
Numerlor
-37
/
+38
2021-12-08
Correct typo in logline
Johannes Christ
-1
/
+1
2021-12-07
Make snekbox url an env var
Chris Lovering
-1
/
+1
2021-12-06
Build an intermediate list for speed in filtering cog
Chris Lovering
-1
/
+1
2021-12-06
Also run name filters against a cleaned version of the normalised name
Chris Lovering
-4
/
+5
2021-12-06
Return early when getting name matches
Chris Lovering
-9
/
+7
2021-12-06
Check if we recently alerted about a bad name before running all filter token...
Chris Lovering
-2
/
+6
2021-12-06
Normalise names before checking for matches
Chris Lovering
-3
/
+11
2021-12-05
fix: parse whitespace out of pep titles
onerandomusername
-1
/
+4
2021-12-03
Patch d.py's message convertor to infer channelID from the given context
Chris Lovering
-0
/
+29
2021-12-03
Attepmt to fetch un-cached nomination threads on archive
Chris Lovering
-2
/
+5
2021-12-03
Update PEP Repo URL
Hassan Abouelela
-1
/
+1
2021-12-02
remove default thread archive time as discord.py supports that already
onerandomusername
-7
/
+1
2021-12-02
set three_day to 4320, the number of minutes in 3 days
aru
-1
/
+1
2021-12-01
Redirect subscribe command output to bot commands
Chris Lovering
-10
/
+7
2021-12-01
Sort subscribe roles alphabetically
Chris Lovering
-1
/
+3
2021-12-01
Dynamic views for command help embeds (#1939)
Boris Muratov
-51
/
+141
2021-12-01
Remove redundant Union in a type hint
Chris Lovering
-1
/
+1
2021-12-01
Use presence of a nominee as check for pending reviews
Chris Lovering
-1
/
+1
2021-12-01
Always return a review string for a given nomination
Chris Lovering
-8
/
+5
2021-12-01
Fix emoji reaction error in reviewer
Chris Lovering
-2
/
+2
2021-12-01
Ensure a nomination archival emoji isn't from the bot
Chris Lovering
-0
/
+3
2021-12-01
Supress NotFound when archiving a nomination
Chris Lovering
-3
/
+6
2021-12-01
Update nomination message regex
Chris Lovering
-2
/
+1
2021-12-01
Manage nomination threads
Chris Lovering
-1
/
+14
2021-12-01
Refactor make_review to return nominee too
Chris Lovering
-9
/
+9
2021-12-01
Add thread archive time enum to constants
Chris Lovering
-0
/
+12
2021-11-30
Subscribe command replies to invocation to keep context
Chris Lovering
-1
/
+1
2021-11-30
Add lock emoji to highlight unavailable self-assignable roles
Chris Lovering
-1
/
+1
2021-11-30
Swap remove and unavailable colours for subscribe command
Chris Lovering
-2
/
+2
2021-11-30
Sort unavailable self-assignable roles to the end of the list
Chris Lovering
-0
/
+3
2021-11-30
Allow roles to be assignable over multiple months
Chris Lovering
-23
/
+72
2021-11-30
Delete the subscribe message after 5 minutes
Chris Lovering
-1
/
+6
2021-11-30
Use new get_logger helper util
Chris Lovering
-3
/
+2
2021-11-30
Stop listening for events when message is deleted
Chris Lovering
-0
/
+2
2021-11-30
Add 10s member cooldown to subscribe command
Chris Lovering
-0
/
+1
2021-11-30
Ensure the user interacting is still in guild before changing roles
Chris Lovering
-0
/
+4