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
Commit message (
Expand
)
Author
Age
Lines
*
How did that except except block get in?
Leon Sandøy
2020-07-15
-3
/
+0
*
Create a UserMentionOrID converter.
Leon Sandøy
2020-07-15
-1
/
+24
*
Ves' refactor
Leon Sandøy
2020-07-15
-15
/
+16
*
Add some stats for DMs sent and received.
Leon Sandøy
2020-07-15
-0
/
+3
*
Add the user ID to the username in dm relays.
Leon Sandøy
2020-07-15
-1
/
+1
*
Restore DM user caching.
Leon Sandøy
2020-07-15
-6
/
+22
*
Remove caching of last_dm_user.
Leon Sandøy
2020-07-15
-25
/
+20
*
Merge branch 'master' into dm_relay
Leon Sandøy
2020-07-13
-173
/
+169
|
\
|
*
Merge pull request #1039 from python-discord/1038_allow_role_mentions_in_spec...
Dennis Pham
2020-07-13
-4
/
+16
|
|
\
|
|
*
Merge branch 'master' into 1038_allow_role_mentions_in_specific_areas
Dennis Pham
2020-07-13
-169
/
+153
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Fix rescheduling of edited infractions
MarkKoz
2020-07-12
-1
/
+1
|
*
|
Merge pull request #1017 from python-discord/feat/backend/800/scheduler-redesign
Mark
2020-07-12
-169
/
+153
|
|
\
\
|
|
*
\
Merge branch 'master' into feat/backend/800/scheduler-redesign
Mark
2020-07-12
-217
/
+683
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Scheduler: document coroutine closing elsewhere
MarkKoz
2020-07-06
-4
/
+12
|
|
*
|
Scheduler: assert the coroutine hasn't been awaited yet
MarkKoz
2020-07-06
-0
/
+3
|
|
*
|
Scheduler: more verbose logging in _await_later
MarkKoz
2020-06-30
-7
/
+10
|
|
*
|
Scheduler: explain the name param in the docstring
MarkKoz
2020-06-29
-0
/
+4
|
|
*
|
Scheduler: add details to class docstring
MarkKoz
2020-06-29
-1
/
+11
|
|
*
|
Scheduler: only close unawaited coroutines
MarkKoz
2020-06-25
-2
/
+6
|
|
*
|
Scheduler: remove duplicate dict delete
MarkKoz
2020-06-24
-1
/
+0
|
|
*
|
Scheduler: close coroutine if task ID already exists
MarkKoz
2020-06-23
-1
/
+7
|
|
*
|
Update InfractionScheduler's scheduler to the new API
MarkKoz
2020-06-20
-17
/
+12
|
|
*
|
Update HelpChannels's scheduler to the new API
MarkKoz
2020-06-20
-50
/
+20
|
|
*
|
Update Silence's scheduler to the new API
MarkKoz
2020-06-20
-26
/
+6
|
|
*
|
Update Reminders's scheduler to the new API
MarkKoz
2020-06-20
-14
/
+15
|
|
*
|
Update Filtering's scheduler to the new API
MarkKoz
2020-06-20
-10
/
+6
|
|
*
|
Scheduler: add a method to schedule at a specific datetime
MarkKoz
2020-06-20
-0
/
+13
|
|
*
|
Scheduler: add a method to schedule with a delay
MarkKoz
2020-06-20
-0
/
+19
|
|
*
|
Scheduler: rename "task" param to "coroutine"
MarkKoz
2020-06-20
-3
/
+3
|
|
*
|
Scheduler: drop _task suffix from method names
MarkKoz
2020-06-20
-3
/
+3
|
|
*
|
Scheduler: remove ignore_missing param
MarkKoz
2020-06-20
-10
/
+5
|
|
*
|
Scheduler: use pop instead of get when cancelling
MarkKoz
2020-06-19
-7
/
+7
|
|
*
|
Scheduler: add support for in operator
MarkKoz
2020-06-19
-0
/
+4
|
|
*
|
Scheduler: name tasks
MarkKoz
2020-06-19
-1
/
+1
|
|
*
|
Scheduler: directly take the awaitable to schedule
MarkKoz
2020-06-19
-23
/
+4
|
|
*
|
Scheduler: use separate logger for each instance
MarkKoz
2020-06-19
-24
/
+17
|
|
|
*
Revert "Ping @Moderators in ModLog"
Leon Sandøy
2020-07-13
-15
/
+20
|
|
|
*
Remove pointless comment
Leon Sandøy
2020-07-12
-1
/
+1
|
|
|
*
Allow role pings in Syncers and help_channels.py
Leon Sandøy
2020-07-12
-2
/
+9
|
|
|
*
Ping @Moderators in ModLog
Leon Sandøy
2020-07-12
-14
/
+14
|
|
|
/
|
|
/
|
*
|
|
Store last DM user in RedisCache.
Leon Sandøy
2020-07-13
-12
/
+22
*
|
|
Remove redundant clean_content variable.
Leon Sandøy
2020-07-13
-5
/
+2
*
|
|
Don't run on_message if self.webhook is None.
Leon Sandøy
2020-07-13
-1
/
+1
*
|
|
Only mods+ may use the commands in this cog.
Leon Sandøy
2020-07-13
-0
/
+6
*
|
|
Add avatar_url in python_news.py
Leon Sandøy
2020-07-13
-0
/
+2
*
|
|
Better docstring for DMRelay cog.
Leon Sandøy
2020-07-13
-1
/
+1
*
|
|
Add a way to respond to DMs.
Leon Sandøy
2020-07-12
-0
/
+29
*
|
|
Fix DuckPond tests now that send_webhook is gone.
Leon Sandøy
2020-07-12
-39
/
+12
*
|
|
Only relay DMs, and only from humans.
Leon Sandøy
2020-07-12
-0
/
+4
*
|
|
Replace channel ID with webhook ID for dm_log.
Leon Sandøy
2020-07-12
-4
/
+2
[next]