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
2020-07-16
Bugfix: Show ID for embed DM relays, too.
Leon Sandøy
-1
/
+1
2020-07-16
Incidents: reduce log level of 404 exception
kwzrd
-2
/
+14
2020-07-16
Prevent deleting messages above the desired message.
Senjan21
-6
/
+7
2020-07-15
Fix docstring and comments
Senjan21
-13
/
+7
2020-07-15
Added command&system to purge all messages up to given message
Senjan21
-1
/
+39
2020-07-15
Oops, these prints shouldn't be here.
Leon Sandøy
-3
/
+0
2020-07-15
How did that except except block get in?
Leon Sandøy
-3
/
+0
2020-07-15
Create a UserMentionOrID converter.
Leon Sandøy
-1
/
+24
2020-07-15
Ves' refactor
Leon Sandøy
-15
/
+16
2020-07-15
Add some stats for DMs sent and received.
Leon Sandøy
-0
/
+3
2020-07-15
Add the user ID to the username in dm relays.
Leon Sandøy
-1
/
+1
2020-07-15
Restore DM user caching.
Leon Sandøy
-6
/
+22
2020-07-15
Pass processed string to `extractBests`
kosayoda
-2
/
+2
2020-07-15
Document new kwarg in docstring
kosayoda
-0
/
+2
2020-07-14
HelpChannels: remove cooldown info from available message
MarkKoz
-3
/
+0
2020-07-14
Suppress NotFound when removing help cmd reactions
MarkKoz
-7
/
+6
2020-07-15
Remove caching of last_dm_user.
Leon Sandøy
-25
/
+20
2020-07-14
Update bot/resources/tags/or-gotcha.md
ItsCinnabar
-1
/
+1
2020-07-14
Incidents: link `proxy_url` if attachment fails to download
kwzrd
-50
/
+59
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+0
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+1
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+2
2020-07-14
Remove redundant kwarg in !kick and !shadow_kick
kosayoda
-2
/
+2
2020-07-14
Invoke fuzzywuzzy's processor before matching
kosayoda
-1
/
+8
2020-07-14
Achieve feature parity with talentpool
kosayoda
-2
/
+17
2020-07-14
Add command to list nominees by oldest first
kosayoda
-0
/
+11
2020-07-14
Accept argument to order nominees by oldest first
kosayoda
-2
/
+6
2020-07-14
Pass argument as kwarg to preserve functionality
kosayoda
-1
/
+1
2020-07-14
Allow ordering watched users by oldest first
kosayoda
-1
/
+7
2020-07-14
fix misaligned indentation
Slushie
-37
/
+37
2020-07-13
Whitelisting some popular communities
Leon Sandøy
-0
/
+10
2020-07-13
Store last DM user in RedisCache.
Leon Sandøy
-12
/
+22
2020-07-13
edit snekbox tests to work with filtering
Slushie
-0
/
+12
2020-07-13
check for the filter_cog in case it is unloaded
Slushie
-1
/
+3
2020-07-13
Remove redundant clean_content variable.
Leon Sandøy
-5
/
+2
2020-07-13
rename the `_filter_eval` function to be a public function
Slushie
-2
/
+2
2020-07-13
Don't run on_message if self.webhook is None.
Leon Sandøy
-1
/
+1
2020-07-13
Only mods+ may use the commands in this cog.
Leon Sandøy
-0
/
+6
2020-07-13
Add avatar_url in python_news.py
Leon Sandøy
-0
/
+2
2020-07-13
Better docstring for DMRelay cog.
Leon Sandøy
-1
/
+1
2020-07-13
Incidents: add `download_file` helper & tests
kwzrd
-0
/
+33
2020-07-12
Fix rescheduling of edited infractions
MarkKoz
-1
/
+1
2020-07-13
Revert "Ping @Moderators in ModLog"
Leon Sandøy
-15
/
+20
2020-07-12
Add a way to respond to DMs.
Leon Sandøy
-0
/
+29
2020-07-12
Fix DuckPond tests now that send_webhook is gone.
Leon Sandøy
-39
/
+12
2020-07-12
Only relay DMs, and only from humans.
Leon Sandøy
-0
/
+4
2020-07-12
Replace channel ID with webhook ID for dm_log.
Leon Sandøy
-4
/
+2
2020-07-12
Relay all DMs and embeds to #dm-log.
Leon Sandøy
-0
/
+67
2020-07-12
Refactor python_news.py to use webhook util.
Leon Sandøy
-43
/
+31
2020-07-12
Remove pointless comment
Leon Sandøy
-1
/
+1
[next]