Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Rapptz
fc65526e9c
Bump version to 1.6
4 years ago
Nadir Chowdhury
6b803acde4
[chore] Remove redundant imports
This also removes the historical patch for NullHandler implemented in bbf1c54
, as it has been available since Python 3.1.
4 years ago
Rapptz
34f2fb36b1
Added MessageReference.resolved attribute to get replied to message
4 years ago
Nadir Chowdhury
fa30386073
Fix `discord.RoleTags` resolution
4 years ago
Zomatree
344cb96c5d
Add sticker support
4 years ago
Rapptz
bdcc645cbf
Bump version for development purposes
4 years ago
Rapptz
763d46cd7a
Version bump to v1.5.1
5 years ago
Rapptz
6d1bcf89da
Version bump to v1.5.0
5 years ago
Rapptz
0b93fa3a82
Implement VoiceProtocol lower level hooks.
This allows changing the connect flow and taking control of it without
relying on internal events or tricks.
5 years ago
Sebastian Law
37c5c583f2
Add support for message_reference on Message object
5 years ago
Rapptz
38ebef8c16
Version bump for development purposes
5 years ago
Rapptz
00d39704da
Version bump to 1.4.1
5 years ago
Bryan Forbes
d7aa18beed
Extend __path__ with pkgutil to allow editable extensions
5 years ago
Rapptz
9048914756
Version bump to 1.4
5 years ago
Rapptz
7ed26db3b3
Add an exposed way to extract shard-specific information.
Closes #2654
5 years ago
Nadir Chowdhury
a64006ee9b
Add support for integrations
5 years ago
Nadir Chowdhury
2b3c6e0d47
Add support for Discord templates
5 years ago
Nadir Chowdhury
1efb8a8204
[docs] Fix PublicUserFlags not showing up
5 years ago
Rapptz
9a52786aa9
Bump version for development
5 years ago
Rapptz
041785937e
Add support for configuring allowed mentions per message or bot wide.
5 years ago
Rapptz
baffe564e5
Version bump to v1.3.3
5 years ago
Rapptz
5e63357508
Bump version to v1.3.2
5 years ago
Rapptz
8767c478ed
Version bump to v1.3.1
5 years ago
Rapptz
a2a02ea945
Version bump to v1.3
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
NCPlayz
9c6a121644
Implement discord.MessageFlags
Refactor flags placement and use it for suppression.
5 years ago
Rapptz
15f0b000e1
Move PartialEmoji over to a new namespace to avoid circular imports
5 years ago
Rapptz
46f6003c66
Version bump for development purposes.
6 years ago
Rapptz
ccb26018ab
Export Team related stuff from __init__
6 years ago
Rapptz
0cf38241d0
Version bump to 1.2.3
6 years ago
Rapptz
e00635fba7
Version bump to 1.2.2
6 years ago
Rapptz
7980213745
Version bump to 1.2.1
6 years ago
Rapptz
a8f0a03247
Version bump to 1.2.0
6 years ago
Rapptz
320dbc0618
Add support for system channel flags
6 years ago
Rapptz
8c353a5596
Change version to v1.2.0a for development purposes.
6 years ago
Rapptz
26a6970882
Version bump to v1.1.1
6 years ago
Rapptz
a54f656e04
Version bump to v1.1.0
6 years ago
Rapptz
14a593b026
Bump version to 1.1.0a
6 years ago
Rapptz
37e6b53216
Version bump to v1.0.1
6 years ago
Rapptz
4a4db1a02c
Version bump to v1.0.0
6 years ago
NCPlayz
be227ebcf0
Redesign asset retrieval in the library.
Most assets now return a new class named `Asset`. This allows for the
assets to be consistently saved via a `save` method instead of special
casing for `Attachment`.
`AppInfo` is no longer a namedtuple it is a fully documented dataclass,
as well as having the state attached to it.
Fixes #1997
6 years ago
NCPlayz
8a30a4cac0
Add support for guild widget
6 years ago
Rapptz
5d78f43e55
Expose more information from partial invites, along with counts.
This adds the following information.
* `PartialInviteGuild` to replace `Object` patching
* `PartialInviteChannel` to replace `Object` patching
* Invite.approximate_member_count and Invite.approximate_presence_count
The new partial objects provide better documentation on what is
expected when you fetch random invites.
Fixes #1830
6 years ago
Dante Dam
9656a21ebe
Bumped copyright years to 2019.
6 years ago
Hornwitser
efb4ff850e
[lint] Fix import order
Reorder imports to be consistenly grouped by standard library, third
party library, and local modules in that order thoughout the library.
7 years ago
Rapptz
c67d95327e
Remove dead package references.
7 years ago
Steve C
0e945915b7
Fixes various documentation errors/inconsistencies
Mostly dealing with permissions, also fixes Raw Events inclusion.
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
Gorialis
04d9dd9c0d
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
7 years ago