stuarth
5fa54d196e
Fix typo in API documentation.
6 years ago
Xua
a9860bd156
Remove notes about Client.messages
Since `Client.messages` no longer exists, I think we should remove the note about the cache being named that.
6 years ago
MusicOnline
85b5286056
Fix user/user_id documentation for reaction remove events
6 years ago
Chris R
66e5033785
Fix documentation for NotificationLevel
6 years ago
Rapptz
8b18fa307b
Add support for default notification level in audit logs and Guild.edit
6 years ago
Chris
1ac432d9f0
Add Guild.default_notifications
6 years ago
bmintz
c184b0a53d
add support for Bug Hunter and Early Supporter flags
7 years ago
Rapptz
860d6a9ace
Revert "Rework documentation to not duplicate inherited members."
This reverts commit 96981210b3
.
7 years ago
Rapptz
96981210b3
Rework documentation to not duplicate inherited members.
This will probably be reverted in 1 week.
7 years ago
Rapptz
836ae73040
Add support for AuditLogDiff.slowmode_delay.
7 years ago
Jeremy Zhang
d092c6635b
Fix webhook_update from code review
7 years ago
Jeremy Zhang
17f9916b03
Simple parser for WEBHOOKS_UPDATE
7 years ago
bmintz
00a659c652
[docs] sort the VoiceRegions
having them appear in the docs ordered by their internal number
is not useful to the user. Sorting them by name
allows one to more quickly locate a voice region in the docs.
7 years ago
bmintz
1d65d6993a
document HypeSquadHouse and Profile.hypesquad_houses
7 years ago
Chris
15ca9294e1
Fix typo in on_raw_reaction_add event.
7 years ago
MaximusPX
4a1d28a1de
Adds missing voice regions.
7 years ago
El Laggron
395af228b1
More informations for the Application info
This adds the rpc_origin, bot_public and
bot_require_code_grant attributes
7 years ago
Rapptz
f25091efe1
Drop support for Python 3.4 and make minimum version 3.5.2.
7 years ago
Rapptz
56650ae7c2
Change raw events to use slotted data models instead of parameters.
This allows for internal changes in Discord to not cause a breaking
change every time something changes.
Also implements #1214 which adds guild_id to every event where
applicable.
This is a breaking change.
7 years ago
Rapptz
f8f8f418f3
Split Game object to separate Activity subtypes for Rich Presences.
This is a massive breaking change.
* All references to "game" have been renamed to "activity"
* Activity objects contain a majority of the rich presence information
* Game and Streaming are subtypes for memory optimisation purposes for
the more common cases.
* Introduce a more specialised read-only type, Spotify, for the
official Spotify integration to make it easier to use.
7 years ago
FrostLuma
c32b28f46d
Add documentation for new_member system messages
7 years ago
Gorialis
04d9dd9c0d
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
7 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
Mippy (William)
98c8928934
Missing Voice Regions
8 years ago
Rapptz
dbf8b5bda6
Fix header size warnings.
8 years ago
Rapptz
53b4890435
Add category support.
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
8 years ago
Steve C
4d421377e4
Fix on_guild_join param doc
8 years ago
Rapptz
37b0fdb898
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
8 years ago
Rapptz
13c6a0a17a
Add support for Guild.system_channel
8 years ago
Gorialis
1582116b72
Add documentation examples for AsyncIterator and change_presence.
8 years ago
Gorialis
20fae90a08
Add operation documentation for VerificationLevel, ContentFilter
8 years ago
Rapptz
9cfa39a1c7
Fix AsyncIterator documentation to properly show coroutines.
8 years ago
Rapptz
bd67cb5137
Hide constructor for objects that shouldn't be created by users.
8 years ago
Rapptz
e0f02f1775
Rename AsyncIterator.get to next to prevent shadowing.
8 years ago
Rapptz
25a1d8c300
Add support for user flags in Profile.
8 years ago
Rapptz
d239cc2666
Implement "partial" message events.
These are events that get triggered regardless of the state of the
message cache. Useful for getting data from before the bot was booted.
8 years ago
Rapptz
6135d4cd45
Fix typing/history showing up twice in the documentation.
8 years ago
Rapptz
8d3279b291
Implement an Attachment model.
8 years ago
Rapptz
83f86f902a
Rename verification level to extreme due to demand.
8 years ago
Rapptz
ee3c77353f
Add highest verification level.
8 years ago
Rapptz
3727618b65
Kill remaining references to discord.Channel in documentation.
8 years ago
Rapptz
b44bba6ee6
First pass at documentation reform.
8 years ago
Rapptz
a0fc1402d7
Rename GuildRegion to VoiceRegion.
This naming makes more sense since voice regions are not a guild
exclusive concept.
8 years ago
Rapptz
140be3e4c8
Make AuditLogDiff.roles an empty list instead of None.
8 years ago
Rapptz
7916878eb5
Audit log role add and removes are lists, not single item.
Breaking change. role -> roles and it's now a list.
8 years ago
Rapptz
86bfcdd129
Add support for message delete audit log action type.
8 years ago
Rapptz
ba2dad2093
Add support for setting and retrieving guild vanity invites.
8 years ago
Twentysix
86b9099f3a
Changed audit_log to audit_logs in documentation
8 years ago
Rapptz
c54a6a927d
Implement audit logs.
8 years ago
Rapptz
f5cfc96aaf
Add PCMVolumeTransformer to augment volume of a PCM stream.
This also introduces the idea of replacing the VoiceClient.source on
the fly. Note that this internally pauses and resumes the audio
stream.
8 years ago