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-10-13
Fixed hardcoded prefix in __main__.py
spitfire-hash
-1
/
+1
2020-10-11
Add Metricity DB URL to site (docker-compose.yml)
ks129
-0
/
+1
2020-10-10
Duckpond: Add a list of already ducked messages
Matteo Bertucci
-1
/
+3
2020-10-08
Fix millisecond time for command processing time
Gustav Odinger
-1
/
+1
2020-10-08
Update bot/exts/moderation/infraction/infractions.py
scragly
-1
/
+1
2020-10-08
update documentation
RohanJnr
-1
/
+14
2020-10-08
remove redundant if statement
RohanJnr
-1
/
+1
2020-10-08
remove redundant if statement
RohanJnr
-2
/
+1
2020-10-07
made sure to use sub_clyde on username passed to send_attachments
wookie184
-1
/
+2
2020-10-07
Refactor tests to use updated changes to syncer.py and API.
RohanJnr
-58
/
+59
2020-10-07
improve code efficiency and use updated API changes to pagination
RohanJnr
-98
/
+48
2020-10-07
Add the ability to purge and ban in one command.
scragly
-2
/
+26
2020-10-06
Include rolled over logs in gitignore
Numerlor
-0
/
+1
2020-10-06
Fix old nick in superstarify reason
Boris Muratov
-2
/
+3
2020-10-06
Use .get() instead of index for fetching is_pending property
Joe Banks
-1
/
+1
2020-10-06
Correct raw_member to member in verification on_join
Joe Banks
-1
/
+1
2020-10-06
Reword on_join comment for alternate gate members
Joe Banks
-1
/
+4
2020-10-06
Clear up comment around DM send
Joe Banks
-0
/
+4
2020-10-06
Reword cache creation comment
Joe Banks
-1
/
+1
2020-10-06
Use clearer variable names in list comprehensions
Joe Banks
-2
/
+2
2020-10-06
Merge get and pop into one conditional
Joe Banks
-3
/
+1
2020-10-06
Add type annotation to on_member_update listener
Joe Banks
-1
/
+1
2020-10-06
Support users with alternate gating methods
Joe Banks
-0
/
+42
2020-10-04
Sort rules before determining invalid indices.
Den4200
-14
/
+5
2020-10-03
Use `url` argument instead of setting it outside.
Den4200
-2
/
+1
2020-10-03
Use `Greedy` converter instead of the splat operator.
Den4200
-2
/
+2
2020-10-03
Remove duplicates from given rule indices and sort them in order.
Den4200
-4
/
+11
2020-10-03
Replace `map` with a more pythonic list comprehension.
Den4200
-1
/
+1
2020-10-03
Use invite for tracking offline presences instead of `ctx`
Senjan21
-2
/
+2
2020-10-03
Add trailing comma to intents
Senjan21
-1
/
+1
2020-10-03
Lock: make LockGuard.locked a property
MarkKoz
-1
/
+2
2020-10-03
Lock: rename variable to avoid shadowing
MarkKoz
-3
/
+3
2020-10-03
add missing test for `user` command
Senjan21
-0
/
+5
2020-10-03
Cap most_common to 25 to not go over the embed fields limit
Joe Banks
-1
/
+1
2020-10-03
Add a socket stats command
Joe Banks
-5
/
+37
2020-10-02
Changed dm_relay to include user id in webhook when sending attachments.
wookie184
-1
/
+5
2020-10-02
Add use_cached argument to send_attachments, and change it to default to False
wookie184
-1
/
+2
2020-10-02
Changed send_attachments so kwargs could be given and would be passed to send()
wookie184
-14
/
+13
2020-10-02
remove un-used variable
RohanJnr
-1
/
+0
2020-10-02
Refactor unit tests UserSyncerSyncTests to use changes made to UserSyncer in ...
RohanJnr
-7
/
+5
2020-10-02
update UserSyncerDiffTests Tests to use changes made to API calls.
RohanJnr
-6
/
+32
2020-10-02
Reminder: no feedback message when no mention
Matteo Bertucci
-4
/
+5
2020-10-02
Get rid of codeblock in souce commit
Soumitra Shewale
-2
/
+3
2020-10-02
Update !pep 0 command
Soumitra Shewale
-1
/
+1
2020-10-02
Add missing blank line to satisfy the linting gods
Senjan21
-0
/
+1
2020-10-02
Remove presence stat tracking.
Senjan21
-35
/
+2
2020-10-02
Remove failing unit tests
Senjan21
-78
/
+0
2020-10-02
fix line length in bot/exts/info/information.py
Hedy Li
-3
/
+3
2020-10-02
Move PEP command embed URL to title
Soumitra Shewale
-1
/
+1
2020-10-02
Linter
Soumitra Shewale
-1
/
+2
[next]