6 Commits
Author SHA1 Message Date
slice d80d4145b1 Add Asset.read() to retrieve assets into bytes objects 2019-04-20 15:12:52 -07:00
sliceandDanny 66af80511f Fix pagination of huge command help messages (> ~2,000 chars)
Previously, calls to add_line in add_command_formatting of default help
commands would fail if the command's help message would overflow the
current page. This would also result in silent failure as the
RuntimeError raised from add_line is never caught.

This patch adds behavior that adds lines individually should it raise,
which guarantees safe pagination as long as every line is smaller than
the maximum page size, which is highly unlikely.
2019-03-16 23:24:31 -04:00
slice cfc2e47b4f Manually calculate millisceond epoch rather than bitshifting
Implementation by Danny.
2019-02-15 23:20:06 -08:00
slice 4ab9c874f8 Fix system_content returning incorrect join messages 2019-02-15 22:09:25 -08:00
slice e6f1a7e93a Add Permissions.priority_speaker. 2018-07-31 19:58:45 -07:00
slice 9fe7776a33 Add support for getting individual ban entries 2018-05-07 16:42:04 -07:00