Nadir Chowdhury
|
a7ae2eb1bb
|
Add Guild.nsfw_level
|
4 years ago |
Rapptz
|
89d24cb0bc
|
Add interaction enums to __all__
|
4 years ago |
Nadir Chowdhury
|
9f98a9a87f
|
Implement StageInstance
|
4 years ago |
Rapptz
|
267fad9180
|
Add WebhookType.application
|
4 years ago |
Zomatree
|
b48f510e15
|
Add invite targets for voice channel invites
|
4 years ago |
Rapptz
|
ff36aedf7b
|
Add support for reading SelectMenu components from messages
|
4 years ago |
Rapptz
|
3b83f60b35
|
Add support for setting interaction responses
|
4 years ago |
Rapptz
|
80fd222ca0
|
Add aliases for button style colours
|
4 years ago |
Rapptz
|
eda6680377
|
Rename enums to use official API naming
|
4 years ago |
Rapptz
|
98570793e4
|
Add initial support for buttons and components
|
4 years ago |
Stanisław Jelnicki
|
67aabc3230
|
Remove VerificationLevel aliases
|
4 years ago |
Stanisław Jelnicki
|
65439732b3
|
Add Discord Certified Moderator user flag
|
4 years ago |
Rapptz
|
b32ad3de37
|
Fix AuditLogEntry.target being incorrect for bulk message delete
Fixes #6851
|
4 years ago |
sudosnok
|
67abfea61a
|
Add target_user and target_type to Invite objects
|
4 years ago |
Nadir Chowdhury
|
95777230b0
|
Add `MessageType.guild_invite_reminder`
|
4 years ago |
z03h
|
304229071f
|
Add VoiceChannel.video_quality_mode
|
4 years ago |
NCPlayz
|
4c565e5299
|
add reply and application_command types
|
4 years ago |
Rapptz
|
72275a73fa
|
Use non-underscore TypeVar in enum code
|
4 years ago |
Rapptz
|
008432c76a
|
Make enum code work with typecheckers
This also makes it so invalid enum values fall back to a proxy type
that still works similar to actual values.
|
4 years ago |
Rapptz
|
8cece19b22
|
Add on_interaction event and Interaction class.
This is the first pass at the functionality. It's currently a bit
incomplete.
|
4 years ago |
Rapptz
|
54288879e2
|
Remove userbot functionality
This has a lot of legacy and cruft so there may be some stuff I've
missed but this first pass is enough to get a clear separation.
|
4 years ago |
Rapptz
|
9d39b135f4
|
Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
|
4 years ago |
Nadir Chowdhury
|
1b2688518e
|
Implement StageChannel and related methods
|
4 years ago |
Nadir Chowdhury
|
6f748e5da5
|
Add remaining v6 message types
|
4 years ago |
Nihaal Sangha
|
69bdc3a184
|
Change copyright year to present
|
4 years ago |
Rapptz
|
bd6ab93348
|
Code cleanup involving enums and message replies
|
4 years ago |
Rapptz
|
c8954906cb
|
Sticker implementation cleanup
|
4 years ago |
Zomatree
|
344cb96c5d
|
Add sticker support
|
4 years ago |
Rapptz
|
23ae084b8c
|
Allow finer grained control over the member cache.
|
5 years ago |
iDutchy
|
cc26499237
|
Add competing activity type
|
5 years ago |
Patrick
|
9121441315
|
Add South Korea VoiceRegion
|
5 years ago |
Nadir Chowdhury
|
360fc123c6
|
Add remaining user flags
|
5 years ago |
Nadir Chowdhury
|
a64006ee9b
|
Add support for integrations
|
5 years ago |
JohnyTheCarrot
|
ab5f995d78
|
Add support for public user flags
|
5 years ago |
apple502j
|
6d0db182b9
|
Add new alias VerificationLevel.very_high
|
5 years ago |
Rapptz
|
6071607176
|
Bump copyright year to 2020
Closes #2510
|
5 years ago |
Rapptz
|
a841efa087
|
Add support for custom activities
It's been long enough.
Fixes #2400
|
5 years ago |
NCPlayz
|
787d424dce
|
Add `VoiceRegion.dubai`
|
5 years ago |
Christian Clauss
|
f9b8b234e3
|
Typo: AuditLogActionCategory
|
5 years ago |
Rapptz
|
c92ca4ee07
|
Add Profile.system and Profile.team_user to query newer flags
|
5 years ago |
NCPlayz
|
f554819506
|
Implement `Webhook.type`
|
5 years ago |
Josh B
|
7df5effbb7
|
Add new audit log entry types. Fix issue with unknown entry types
|
5 years ago |
apple502j
|
6241983a99
|
Add europe region
|
6 years ago |
Dice
|
da4bb0610c
|
Add CHANNEL_FOLLOW_ADD Message Type
Add documentation for MessageType.channel_follow_add
Add versionchanged to new MessageType attr
Add system_content for new MessageType
|
6 years ago |
fourjr
|
3961e7ef6d
|
Support team members data in application info
|
6 years ago |
Rapptz
|
1e982e0042
|
Cast activity enumerator to integer instead of accessing value directly
Should make the library more resilient to future changes.
|
6 years ago |
Rapptz
|
855a6c5b59
|
Fix descriptor detection in enum code.
|
6 years ago |
Rapptz
|
2b761508f1
|
Disallow deleting of enum attributes.
|
6 years ago |
Rapptz
|
6931189b92
|
Add EnumMeta.__reversed__ just in case someone does this.
I sure hope not.
|
6 years ago |
Rapptz
|
a92b4c2093
|
Add EnumMeta.__len__ to not break user avatar code.
|
6 years ago |