aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Switched places of user and reaction in wait_for exampleNick2017-08-311-1/+1
|
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-0/+6
|
* Fix on_guild_join param docSteve C2017-08-271-1/+1
|
* Add upload from URL to the FAQ.Rapptz2017-08-251-0/+15
|
* Add webhook support.Rapptz2017-08-212-1/+24
| | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704
* Add support for Guild.system_channelRapptz2017-08-171-0/+10
|
* Minor fixes in migrating docGorialis2017-08-161-7/+7
|
* Fix extraneous parentheses in Client.emojis render in migrating docs.Rapptz2017-08-121-1/+1
|
* Remove GuildChannel.is_defaultSinisterRectus2017-08-081-2/+1
|
* Add documentation examples for AsyncIterator and change_presence.Gorialis2017-08-081-0/+27
|
* Add operation documentation for VerificationLevel, ContentFilterGorialis2017-08-021-0/+42
|
* Remove Guild.create_invite too since it relies on a default channel.Rapptz2017-07-311-1/+1
|
* Remove Guild.default_channelRapptz2017-07-311-0/+5
| | | | The concept no longer exists.
* Fix AsyncIterator documentation to properly show coroutines.Rapptz2017-07-291-4/+6
|
* Variadic arguments are a tuple not a list.Rapptz2017-07-101-1/+1
|
* First pass at commands narrative documentation.Rapptz2017-07-0811-2/+587
|
* Hide constructor for objects that shouldn't be created by users.Rapptz2017-07-051-19/+19
|
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-1/+14
|
* Fix wrong order in migrating docs.Rapptz2017-07-021-2/+2
|
* Add when_mentioned and when_mentioned_or to the documentation.Rapptz2017-07-011-0/+4
|
* Add support for user flags in Profile.Rapptz2017-06-301-0/+12
|
* Fix typo in migrating page.Rapptz2017-06-291-4/+4
|
* [commands] Add __global_check_once to list of cog functions.Rapptz2017-06-201-0/+4
|
* [commands] Add Bot.check_once for a global check that is called once.Rapptz2017-06-201-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.Rapptz2017-06-121-1/+1
|
* Implement "partial" message events.Rapptz2017-06-091-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.Rapptz2017-06-051-1/+1
|
* Fix typing/history showing up twice in the documentation.Rapptz2017-06-032-7/+7
|
* Fix mistake in migrating docs.Rapptz2017-06-021-1/+1
|
* Fix FAQ to showcase that there is a single parameter, the error.Rapptz2017-06-021-1/+1
|
* Minor fix in migrating page.Rapptz2017-05-311-1/+1
|
* Add some margin for supported operations sections.Rapptz2017-05-311-0/+1
|
* Document Message.embeds and Message.attachments changes.Rapptz2017-05-311-0/+3
|
* Implement an Attachment model.Rapptz2017-05-301-0/+6
|
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-281-0/+4
|
* Rename verification level to extreme due to demand.Rapptz2017-05-271-2/+2
|
* Add highest verification level.Rapptz2017-05-271-0/+7
|
* Don't expose Client.messagesRapptz2017-05-261-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.Rapptz2017-05-251-2/+6
|
* Mention User.avatar_url change in migration page.Rapptz2017-05-251-0/+4
|
* Mention on_member_ban event change.Rapptz2017-05-231-0/+13
|
* Working fix for one of the bullet points.Rapptz2017-05-231-1/+1
| | | | Thanks Pirate.
* Add ref links to the commands API page.Rapptz2017-05-221-0/+14
|
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-224-22/+22
|
* Warnings are yellow.Rapptz2017-05-201-3/+3
|
* Slightly different styling for supported operations.Rapptz2017-05-201-3/+3
|
* Make supported operations stand out more than attributes.Rapptz2017-05-201-0/+14
|
* Kill remaining references to discord.Channel in documentation.Rapptz2017-05-191-1/+1
|
* Update migrating page with new extension information.Rapptz2017-05-191-2/+17
|
* Lazy fix for active class when viewport is too small for sidebar.Rapptz2017-05-171-0/+4
|