| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add category support. | Rapptz | 2017-09-13 | 2 | -0/+11 |
| | | | | | | | | | | | | | | This adds: * CategoryChannel, which represents a category * Guild.by_category() which traverses the channels grouping by category * Guild.categories to get a list of categories * abc.GuildChannel.category to get the category a channel belongs to * sync_permissions keyword argument to abc.GuildChannel.edit to sync permissions with a pre-existing or new category * category keyword argument to abc.GuildChannel.edit to move a channel to a category | ||||
| * | Switched places of user and reaction in wait_for example | Nick | 2017-08-31 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add MissingPermissions and BotMissingPermissions | ReinaSakuraba | 2017-08-30 | 1 | -0/+6 |
| | | |||||
| * | Fix on_guild_join param doc | Steve C | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add upload from URL to the FAQ. | Rapptz | 2017-08-25 | 1 | -0/+15 |
| | | |||||
| * | Add webhook support. | Rapptz | 2017-08-21 | 2 | -1/+24 |
| | | | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704 | ||||
| * | Add support for Guild.system_channel | Rapptz | 2017-08-17 | 1 | -0/+10 |
| | | |||||
| * | Minor fixes in migrating doc | Gorialis | 2017-08-16 | 1 | -7/+7 |
| | | |||||
| * | Fix extraneous parentheses in Client.emojis render in migrating docs. | Rapptz | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | Remove GuildChannel.is_default | SinisterRectus | 2017-08-08 | 1 | -2/+1 |
| | | |||||
| * | Add documentation examples for AsyncIterator and change_presence. | Gorialis | 2017-08-08 | 1 | -0/+27 |
| | | |||||
| * | Add operation documentation for VerificationLevel, ContentFilter | Gorialis | 2017-08-02 | 1 | -0/+42 |
| | | |||||
| * | Remove Guild.create_invite too since it relies on a default channel. | Rapptz | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | Remove Guild.default_channel | Rapptz | 2017-07-31 | 1 | -0/+5 |
| | | | | | The concept no longer exists. | ||||
| * | Fix AsyncIterator documentation to properly show coroutines. | Rapptz | 2017-07-29 | 1 | -4/+6 |
| | | |||||
| * | Variadic arguments are a tuple not a list. | Rapptz | 2017-07-10 | 1 | -1/+1 |
| | | |||||
| * | First pass at commands narrative documentation. | Rapptz | 2017-07-08 | 11 | -2/+587 |
| | | |||||
| * | Hide constructor for objects that shouldn't be created by users. | Rapptz | 2017-07-05 | 1 | -19/+19 |
| | | |||||
| * | Rename AsyncIterator.get to next to prevent shadowing. | Rapptz | 2017-07-04 | 1 | -1/+14 |
| | | |||||
| * | Fix wrong order in migrating docs. | Rapptz | 2017-07-02 | 1 | -2/+2 |
| | | |||||
| * | Add when_mentioned and when_mentioned_or to the documentation. | Rapptz | 2017-07-01 | 1 | -0/+4 |
| | | |||||
| * | Add support for user flags in Profile. | Rapptz | 2017-06-30 | 1 | -0/+12 |
| | | |||||
| * | Fix typo in migrating page. | Rapptz | 2017-06-29 | 1 | -4/+4 |
| | | |||||
| * | [commands] Add __global_check_once to list of cog functions. | Rapptz | 2017-06-20 | 1 | -0/+4 |
| | | |||||
| * | [commands] Add Bot.check_once for a global check that is called once. | Rapptz | 2017-06-20 | 1 | -1/+3 |
| | | | | | | | | There is a counterpart for this in cogs, called __global_check_once. This allows for predicates that would filter a command globally that do not necessarily require rechecking in the case of e.g. the help command such as blocking users or blocking channels. | ||||
| * | Fix format string in documentation. | Rapptz | 2017-06-12 | 1 | -1/+1 |
| | | |||||
| * | Implement "partial" message events. | Rapptz | 2017-06-09 | 1 | -1/+70 |
| | | | | | | These are events that get triggered regardless of the state of the message cache. Useful for getting data from before the bot was booted. | ||||
| * | Fix mixed order in migrating docs. | Rapptz | 2017-06-05 | 1 | -1/+1 |
| | | |||||
| * | Fix typing/history showing up twice in the documentation. | Rapptz | 2017-06-03 | 2 | -7/+7 |
| | | |||||
| * | Fix mistake in migrating docs. | Rapptz | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | Fix FAQ to showcase that there is a single parameter, the error. | Rapptz | 2017-06-02 | 1 | -1/+1 |
| | | |||||
| * | Minor fix in migrating page. | Rapptz | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Add some margin for supported operations sections. | Rapptz | 2017-05-31 | 1 | -0/+1 |
| | | |||||
| * | Document Message.embeds and Message.attachments changes. | Rapptz | 2017-05-31 | 1 | -0/+3 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 1 | -0/+6 |
| | | |||||
| * | Permissions.view_audit_logs -> Permissions.view_audit_log | Rapptz | 2017-05-28 | 1 | -0/+4 |
| | | |||||
| * | Rename verification level to extreme due to demand. | Rapptz | 2017-05-27 | 1 | -2/+2 |
| | | |||||
| * | Add highest verification level. | Rapptz | 2017-05-27 | 1 | -0/+7 |
| | | |||||
| * | Don't expose Client.messages | Rapptz | 2017-05-26 | 1 | -0/+2 |
| | | | | | | | | Not entirely sure why it was exposed in the first place. Most uses with it essentially boiled down to mis-usage when they meant to use the /messages endpoint (via Client.logs_from or Messageable.history) or complaining about the partial data woes that came from it. | ||||
| * | Less unnecessary padding around functions. | Rapptz | 2017-05-25 | 1 | -2/+6 |
| | | |||||
| * | Mention User.avatar_url change in migration page. | Rapptz | 2017-05-25 | 1 | -0/+4 |
| | | |||||
| * | Mention on_member_ban event change. | Rapptz | 2017-05-23 | 1 | -0/+13 |
| | | |||||
| * | Working fix for one of the bullet points. | Rapptz | 2017-05-23 | 1 | -1/+1 |
| | | | | | Thanks Pirate. | ||||
| * | Add ref links to the commands API page. | Rapptz | 2017-05-22 | 1 | -0/+14 |
| | | |||||
| * | Use Python3Lexer instead of PythonLexer for pygments. | Rapptz | 2017-05-22 | 4 | -22/+22 |
| | | |||||
| * | Warnings are yellow. | Rapptz | 2017-05-20 | 1 | -3/+3 |
| | | |||||
| * | Slightly different styling for supported operations. | Rapptz | 2017-05-20 | 1 | -3/+3 |
| | | |||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 1 | -0/+14 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -1/+1 |
| | | |||||
| * | Update migrating page with new extension information. | Rapptz | 2017-05-19 | 1 | -2/+17 |
| | | |||||