aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/view.py
Commit message (Expand)AuthorAgeFilesLines
* Use f-strings in more places that were missed.Rapptz2021-04-081-1/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* [commands] Refactor quoted_word free function to a StringView method.Rapptz2019-03-121-84/+82
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-5/+5
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [commands] Remove duplicated quote entriesHornwitser2018-11-241-2/+0
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-0/+1
* [commands] Don't handle single quotes.Rapptz2018-03-201-2/+0
* [commands] Minor optimisations to unicode quote handling.Rapptz2018-03-061-3/+6
* [commands] Added handling for unicode quotesb-hodges2018-03-061-14/+43
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Initial implementation of commands extension module.Rapptz2016-01-041-0/+167