aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix all broken cross references in the migrating page... again.Rapptz2017-05-152-4/+5
|
* Remove a bunch of red from the theme.Rapptz2017-05-151-6/+2
|
* Make buttons in the sidebar not so sticky looking.Rapptz2017-05-151-0/+1
|
* Completely new theme separate from alabaster.Rapptz2017-05-154-32/+481
|
* Fix dead links in the migrating page.Rapptz2017-05-141-3/+3
|
* Add note about upgraded dependencies in the migrating page.Rapptz2017-05-141-0/+29
|
* Fix FAQ using string for IDs.Rapptz2017-05-141-1/+1
|
* Fix some broken cross references in the migrating page.Rapptz2017-05-131-20/+16
|
* Add warning about sharing tokens.Rapptz2017-05-131-0/+9
|
* Be more consistent with period placements.Rapptz2017-05-121-19/+19
|
* Make images in the discord intro have consistent dimensions.Rapptz2017-05-1213-16/+14
|
* Remove ugly background in the FAQ page.Rapptz2017-05-121-0/+9
|
* Rename image file to lower case png.Rapptz2017-05-122-1/+1
| | | | | Apparently Windows likes to make it PNG and not png which is quite odd really.
* Fix some left over incorrect snippets.Rapptz2017-05-121-2/+2
|
* Fix dead cross-reference links in the migrating page.Rapptz2017-05-121-4/+4
|
* Hide the title in the index.Rapptz2017-05-122-2/+7
|
* First pass at documentation reform.Rapptz2017-05-1220-470/+2156
|
* Rename GuildRegion to VoiceRegion.Rapptz2017-05-091-2/+2
| | | | | This naming makes more sense since voice regions are not a guild exclusive concept.
* Make AuditLogDiff.roles an empty list instead of None.Rapptz2017-05-071-1/+1
|
* Audit log role add and removes are lists, not single item.Rapptz2017-05-061-4/+4
| | | | Breaking change. role -> roles and it's now a list.
* Add support for message delete audit log action type.Rapptz2017-05-041-0/+15
|
* Add support for setting and retrieving guild vanity invites.Rapptz2017-04-301-0/+2
|
* Changed audit_log to audit_logs in documentationTwentysix2017-04-301-1/+1
|
* Implement audit logs.Rapptz2017-04-301-0/+685
|
* Add PCMVolumeTransformer to augment volume of a PCM stream.Rapptz2017-04-191-0/+3
| | | | | | This also introduces the idea of replacing the VoiceClient.source on the fly. Note that this internally pauses and resumes the audio stream.
* Re-implement voice sending.Rapptz2017-04-181-0/+15
| | | | | | | | | | | | | | | | | | | | This is a complete redesign of the old voice code. A list of major changes is as follows: * The voice websocket will now automatically reconnect with exponential back-off just like the regular Client does. * Removal of the stream player concept. * Audio now gracefully pauses and resumes when a disconnect is found. * Introduce a discord.AudioSource concept to abstract streams * Flatten previous stream player functionality with the VoiceClient, e.g. player.stop() is now voice_client.stop() * With the above re-coupling this means you no longer have to store players anywhere. * The after function now requires a single parameter, the error, if any existed. This will typically be None. A lot of this design is experimental.
* Add Guild.explicit_content_filter.Rapptz2017-04-121-0/+16
|
* Add support for multiple file attachments.Rapptz2017-04-081-0/+6
| | | | | | | This is a breaking change. No longer does Messageable.send have a filename keyword argument, instead this is all handled through the discord.File model. To upload many files you must specify a list of discord.File objects.
* Implement utilities for AsyncIterator.Rapptz2017-02-111-8/+76
| | | | Closes #473.
* Implement User.profile coroutine to get a user's profile.Rapptz2017-01-241-0/+29
|
* Add option to disable auto member chunking.Rapptz2017-01-231-0/+14
|
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Add support for relationships.Rapptz2017-01-201-0/+39
|
* Make ClientUser separate from a regular User.Rapptz2017-01-191-0/+7
| | | | This removes Client.edit_profile in favour of ClientUser.edit.
* Show inherited members in the docs for User and Member.Rapptz2017-01-131-0/+2
|
* Rename NoMoreMessages to NoMoreItems.Rapptz2017-01-111-0/+2
|
* Change version info to 1.0.0a0.Rapptz2017-01-091-0/+16
|
* Simple parser for CHANNEL_PINS_UPDATEIan Salmons2017-01-091-0/+8
|
* Implement AutoShardedClient for transparent sharding.Rapptz2017-01-071-0/+3
| | | | | This allows people to run their >2,500 guild bot in a single process without the headaches of IPC/RPC or much difficulty.
* Fix documentation to work.Rapptz2017-01-031-6/+24
|
* Rename Server to Guild everywhere.Rapptz2017-01-031-51/+51
|
* Version bump to v0.16.0.v0.16.0Rapptz2016-12-191-0/+25
|
* Make FAQ use change_presence instead of change_status.Rapptz2016-11-301-4/+4
|
* Version bump to v0.15.1v0.15.1Rapptz2016-11-301-0/+7
|
* Version bump to v0.15.0v0.15.0Rapptz2016-11-221-1/+23
|
* Support MESSAGE_REACTION_REMOVE_ALL event.Rapptz2016-11-211-0/+9
|
* Add FAQ entry about reactionsleovoel2016-11-141-0/+17
|
* Add support for rich embeds.Rapptz2016-11-131-0/+6
|
* Version bump to v0.14.3v0.14.3Rapptz2016-11-061-0/+11
|
* Version bump to v0.14.2v0.14.2Rapptz2016-11-041-0/+16
|