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
*
Correct length limits to embed limits
Numerlor
2021-03-12
-3
/
+3
*
Use a clearer approach with less duplicate code
Numerlor
2021-03-10
-46
/
+35
*
Hold the symbol_get_event in the entire body of create_symbol_embed
Numerlor
2021-03-10
-24
/
+24
*
Handle arbitrary amount of backslashes preceding the quote char
Numerlor
2021-03-07
-11
/
+15
*
Remove superfluous comment
Numerlor
2021-03-06
-2
/
+0
*
Handle unexpected errors when requesting markdown
Numerlor
2021-03-06
-1
/
+12
*
Create the footer text before an inventory refresh can occur
Numerlor
2021-03-06
-5
/
+6
*
Abstract logic from create_symbol_embed into additional methods
Numerlor
2021-03-06
-18
/
+36
*
Correct tests cases
Numerlor
2021-03-05
-2
/
+2
*
Clarify the use of _set_expires and needs_expire
Numerlor
2021-03-05
-0
/
+3
*
Rename markup_hint to Markup
Numerlor
2021-03-05
-2
/
+2
*
Name tasks
Numerlor
2021-03-05
-5
/
+13
*
Use scheduling's create_task
Numerlor
2021-03-05
-1
/
+1
*
Add comment explaining purpose of create_task over await
Numerlor
2021-03-05
-0
/
+1
*
Set future result to None on exceptions
Numerlor
2021-03-05
-7
/
+2
*
Correct typehint
Numerlor
2021-03-05
-2
/
+2
*
Move future assignment and check outside of the try
Numerlor
2021-03-05
-5
/
+6
*
Rename params to clearer and more concise alternatives
Numerlor
2021-03-05
-6
/
+6
*
Explain use of various containers in the cog
Numerlor
2021-03-05
-1
/
+4
*
Use placeholder consistent with others in the cog
Numerlor
2021-03-05
-1
/
+1
*
Add comments to the parsing module
Numerlor
2021-03-05
-3
/
+8
*
Account for ellipses when determining the truncation description index
Numerlor
2021-03-05
-3
/
+3
*
Remove placeholder in shorten call
Numerlor
2021-03-05
-1
/
+1
*
Use clearer branching
Numerlor
2021-03-05
-5
/
+3
*
Add comments for purpose of DocItem attributes
Numerlor
2021-03-05
-5
/
+5
*
Do _item_futures cleanup in _parse_queue instead of a concurrent task
Numerlor
2021-03-05
-33
/
+4
*
Set the result of the future instead of an exception when avaialble
Numerlor
2021-03-05
-1
/
+5
*
Do not set redis results in get_symbol_embed
Numerlor
2021-03-05
-3
/
+1
*
Typo and docstring style changes
Numerlor
2021-03-05
-11
/
+11
*
Move the seconds of a week timedelta into a constant
Numerlor
2021-03-05
-1
/
+3
*
Use deque instead of a list
Numerlor
2021-03-05
-5
/
+7
*
Use common check for early exit
Numerlor
2021-03-05
-11
/
+8
*
Add new symbols to front of queue instead of extending the end
Numerlor
2021-02-28
-1
/
+1
*
Add digits to package covnerter
Numerlor
2021-02-27
-2
/
+2
*
Get the last index instead of using max
Numerlor
2021-02-27
-1
/
+1
*
Use 4 spaces for hanging indent
Numerlor
2021-02-24
-19
/
+19
*
Allow wildcard match for clear cache command
Numerlor
2021-02-24
-3
/
+7
*
Update docstrings
Numerlor
2021-02-23
-2
/
+2
*
Remove redundant group check
Numerlor
2021-02-23
-1
/
+1
*
Correct length adjustment
Numerlor
2021-02-23
-1
/
+1
*
Add unittests for _split_signature
Numerlor
2021-02-23
-0
/
+59
*
Add lt and gt angle brackets to bracket pairs
Numerlor
2021-02-23
-0
/
+1
*
Add deletedoccache alias to the clear cache command
Numerlor
2021-02-23
-1
/
+1
*
cleanup->clean_up
Numerlor
2021-02-23
-2
/
+2
*
Remove unnecessary comments
Numerlor
2021-02-23
-10
/
+0
*
Use "inventories" when referring to the cog's collection of sphinx invs
Numerlor
2021-02-23
-9
/
+9
*
Simplify condition
Numerlor
2021-02-23
-1
/
+1
*
Simplify the _split_parameters implementation
Numerlor
2021-02-23
-30
/
+18
*
Fix docstring typos
Numerlor
2021-02-23
-10
/
+10
*
Remove unnecessary use of partial
Numerlor
2021-02-05
-6
/
+4
[next]