| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Thread to the return type of Client.get_channel | Stocker | 2021-08-19 | 2 | -8/+8 |
| | | | | Also explains some type ignores. | ||||
| * | [docs] Fix typo | monoue | 2021-08-10 | 1 | -6/+6 |
| | | |||||
| * | Fixes minor grammatical error in Command.update | Stocker | 2021-07-28 | 1 | -1/+1 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -2/+1 |
| | | |||||
| * | Translation sync with crowdin | Rapptz | 2020-10-24 | 19 | -3550/+11929 |
| | | |||||
| * | Prepare for the discord.com domain rename | Rapptz | 2020-05-23 | 3 | -14/+14 |
| | | |||||
| * | Return invites as https, various URL normalization | Devon R | 2019-11-15 | 1 | -1/+1 |
| | | |||||
| * | Disambiguate and normalize documentation for non-bot only methods | Tyler | 2019-08-11 | 1 | -1/+1 |
| | | |||||
| * | Translation sync with Crowdin | Rapptz | 2019-06-28 | 18 | -5856/+7713 |
| | | |||||
| * | Translation sync from crowdin | Rapptz | 2019-06-22 | 18 | -4651/+2162 |
| | | |||||
| * | Crowdin translation sync | Rapptz | 2019-06-09 | 18 | -9361/+15939 |
| | | |||||
| * | Translation sync with Crowdin | Rapptz | 2019-05-04 | 18 | -11331/+9335 |
| | | |||||
| * | Update Japanese translation files. | Rapptz | 2019-04-08 | 8 | -3488/+8740 |
| | | |||||
| * | simplify HistoryIterator message ordering | khazhyk | 2019-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | rename reverse -> oldest_first, which is more obvious what it does. Then, honor it entirely - if you specify no `after` endpoint, we default to the beginning of message history, similar to how `before` defaults to the end of message history. This is a breaking change, and will change the behavior of any iterator that previously would have been returning messages in a weird order for limits over 100 `for msg in history(reversed=True, limit=300)` would return the newest 300 messages, in a messed up order (100..0, 200..100, 300..200). `for msg in history(oldest_first=True, limit=300)` will now return the oldest 300 messages in order. And so on. `for msg in history(after=msg)` is unchanged, this previously would return the oldest 100 messages after `msg`, oldest->newest order, and still will. | ||||
| * | Translated some .po files. | Episword | 2019-03-16 | 16 | -6149/+2242 |
| | | |||||
| * | Update Japanese .po files | Rapptz | 2019-03-16 | 3 | -689/+1936 |
| | | |||||
| * | Change superclass to subclass in some documentation | Kaeptm Blaubaer | 2019-03-16 | 1 | -5/+5 |
| | | |||||
| * | Update Japanese .po files. | Rapptz | 2019-02-24 | 4 | -192/+821 |
| | | |||||
| * | Translated ext.commands.HelpFormatter class. | cod | 2019-02-19 | 1 | -4/+41 |
| | | | | | ext/commands/api.po | ||||
| * | Update Japanese .po files | Rapptz | 2019-02-18 | 5 | -2975/+3668 |
| | | |||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 11 | -11/+11 |
| | | |||||
| * | Translated some parts of the documentation to Japanese. | Episword | 2018-11-24 | 4 | -2414/+2543 |
| | | | | | Mainly files api.po, migrating.po, commands api.po and commands.po. | ||||
| * | Add support for multiple activities | SnowyLuma | 2018-11-24 | 1 | -2/+2 |
| | | |||||
| * | Update Japanese documentation strings | Rapptz | 2018-09-24 | 4 | -2746/+3012 |
| | | |||||
| * | Translate some more files to Japanese | Episword | 2018-09-15 | 4 | -2402/+2501 |
| | | |||||
| * | Update Japanese string dump. | Rapptz | 2018-09-15 | 2 | -473/+671 |
| | | |||||
| * | Finished index.po translation. | Episword | 2018-08-28 | 1 | -22/+23 |
| | | |||||
| * | Translation of discord.po is finished. | Episword | 2018-08-08 | 2 | -60/+74 |
| | | |||||
| * | Translation of mta.po is finished. | Episword | 2018-08-08 | 1 | -124/+161 |
| | | |||||
| * | Translation of intro.po is finished. | Episword | 2018-08-08 | 1 | -38/+48 |
| | | |||||
| * | Translation of faq.po is finished. | Episword | 2018-08-08 | 1 | -128/+173 |
| | | |||||
| * | Translation of logging and quickstart is finished. | Episword | 2018-08-01 | 2 | -49/+81 |
| | | |||||
| * | Update .po files for Permissions.priority_speaker | Rapptz | 2018-08-01 | 1 | -1/+5 |
| | | |||||
| * | Add stubs for Japanese translations. | Rapptz | 2018-07-31 | 14 | -0/+18473 |