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-11-10
Simplify duplicate symbol name handling code
Numerlor
-10
/
+4
2020-11-10
Add package in front of symbol as default fallback
Numerlor
-2
/
+1
2020-11-10
Cache user fetched symbols through redis.
Numerlor
-2
/
+43
2020-10-18
Handle escaped backslashes in strings
Numerlor
-3
/
+3
2020-10-10
Exclude headerlinks outside of current section
Numerlor
-9
/
+13
2020-10-10
Use more descriptive name for end_tag_filter
Numerlor
-5
/
+5
2020-10-10
Handle non dt fallback together with modules
Numerlor
-6
/
+1
2020-10-10
Reschedule failed inventory updates
Numerlor
-4
/
+35
2020-10-10
Remove sphinx and requests from Pipfile
Numerlor
-2
/
+0
2020-10-10
Use new async inventory fetching
Numerlor
-64
/
+7
2020-10-10
Handle errors on inventory fetching
Numerlor
-2
/
+35
2020-10-10
Add async implementation of sphinx fetch_inventory
Numerlor
-0
/
+117
2020-10-10
Add parentheses for clarity
Numerlor
-1
/
+1
2020-10-10
Make amount of included signatures configurable
Numerlor
-7
/
+10
2020-10-10
Collapse signatures between args instead of spaces
Numerlor
-3
/
+92
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
[next]