index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
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
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-07-16
Allow editing additional mentions for reminders.
kosayoda
-0
/
+28
2020-07-16
List additional mentions in `!reminder list`.
kosayoda
-3
/
+9
2020-07-16
Send additional mentions in reminders.
kosayoda
-1
/
+5
2020-07-16
Allow mentioning other users and roles in reminders.
kosayoda
-6
/
+26
2020-07-16
Add generator that converts IDs to Role or Member objects.
kosayoda
-0
/
+7
2020-07-16
Add method to check if user is allowed to mention in reminders.
kosayoda
-1
/
+21
2020-07-16
Extract sending error embed to a separate method.
kosayoda
-13
/
+12
2020-07-16
Remove duplicate reminder deletion.
kosayoda
-1
/
+1
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
Remove redundant kwarg in !kick and !shadow_kick
kosayoda
-2
/
+2
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-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
2020-07-12
Refactor Duck Pond embed sender to be a util.
Leon Sandøy
-22
/
+42
2020-07-12
Add the #dm_log ID to constants.
Leon Sandøy
-0
/
+2
2020-07-12
Allow role pings in Syncers and help_channels.py
Leon Sandøy
-2
/
+9
2020-07-12
Ping @Moderators in ModLog
Leon Sandøy
-14
/
+14
2020-07-09
Update discord.py to fix issue with overwrites
MarkKoz
-3
/
+3
2020-07-09
Update range-len.md
Steele Farnsworth
-4
/
+0
2020-07-09
Add missing variable assignment to stop NameErrors occurring
Slushie
-0
/
+1
2020-07-09
Fix missing hypen
slushiegoose
-1
/
+1
2020-07-08
Removed hard line breaks
swfarnsworth
-7
/
+3
2020-07-08
Call the filter eval command after receiving an eval result
Slushie
-1
/
+6
2020-07-08
Create a filtering function to filter eval results
Slushie
-52
/
+120
2020-07-08
Edit BadArgument error message
Slushie
-1
/
+1
[next]