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
/
base.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-07-03
Outdated badge in README upset me
Joseph Banks
-1
/
+1
2020-07-02
Help System: Implement question message pinning
ks129
-0
/
+28
2020-06-28
In LinePaginator.__init__(), fix scale_to_size ValueError message
Kyle Stanley
-1
/
+1
Co-authored-by: Mark <
[email protected]
>
2020-06-28
Lower LinePaginator max_size arg in CustomHelpCommand.send_bot_help
Kyle Stanley
-1
/
+1
2020-06-28
Fix grammar in LinePaginator.add_lines() docstring
Kyle Stanley
-1
/
+1
2020-06-28
In LinePaginator, add limit of 2000 for max_size and scale_to_size args
Kyle Stanley
-1
/
+11
2020-06-27
Remove shortening of nomination reasons
Kyle Stanley
-3
/
+3
* Since LinePaginator now supports long lines, there's no need to shorten the nomination reason to 200 characters.
2020-06-27
In LinePaginator, use ellipses to show line continuation
Kyle Stanley
-1
/
+5
2020-06-27
Add block comments to LinePaginator.add_line()
Kyle Stanley
-0
/
+2
2020-06-27
Improve LinePaginator docstrings
Kyle Stanley
-5
/
+15
2020-06-26
Add space before comment in LinePaginator._split_remaining_words()
Kyle Stanley
-0
/
+1
Co-authored-by: Leon Sandøy <
[email protected]
>
2020-06-26
Improve LinePaginator.__init__() ValueError message
Kyle Stanley
-1
/
+1
Co-authored-by: Leon Sandøy <
[email protected]
>
2020-06-26
In LinePaginator, truncate words that exceed scale_to_size
Kyle Stanley
-12
/
+11
2020-06-26
Correctly pass scale_to_size in LinePaginator.paginate()
Kyle Stanley
-1
/
+2
2020-06-26
Update LinePaginator.add_line() tests
Kyle Stanley
-5
/
+5
2020-06-26
Simplify LinePaginator continuation header
Kyle Stanley
-4
/
+7
2020-06-26
Fix LinePaginator new page creation
Kyle Stanley
-8
/
+14
2020-06-26
Account for spaces in LinePaginator._split_remaining_lines()
Kyle Stanley
-1
/
+1