Will Tekulve
ab78613c13
Force RTD to pip install rather than use setup.py install
7 years ago
Mitchell Ferree
2e4e392b25
Correct docstring for Game
7 years ago
Daniel
27063a91c7
Improve basic_voice example
Add stream option and command so we don't always have to download a file
Move repeated voice check code to before_invoke hook
Add typing indicators when making YTDLSources
7 years ago
Rapptz
796ff6d7e6
Sort voice channels below text channels in Guild.by_category
7 years ago
Rapptz
f176309179
[commands] Don't handle single quotes.
7 years ago
Rapptz
eb5defed00
Fix Webhook.guild raising an AttributeError.
Fixes #1148
7 years ago
Myst(MysterialPy)
8ba78168a6
Add Spotify intergration colour
Added property `colour` and alias `color` which returns the Spotify
integration colour (#1db954).
Technically Discord uses both (#1cb050 and #1db954) but it appears the
former is an official Spotify colour.
7 years ago
Myst(MysterialPy)
31cc4c39de
Fix _image_url returning htps
Should be https :)
Just made this a separate PR from my previous one, in-case you decide to not include it.
7 years ago
Rapptz
e9916e2844
Convert Client.activity back to an Activity-like object
7 years ago
Rapptz
61c8e35929
Missing import for _ActivityTag inside Client
7 years ago
Harmon
21bea43d22
Fix session_id in Spotify.to_dict
7 years ago
Rapptz
857e30c68e
Add some documentation for the Game to Activity breaking change.
7 years ago
Rapptz
d8a85f4898
[commands] Minor optimisations to unicode quote handling.
7 years ago
b-hodges
ea061ef9b2
[commands] Added handling for unicode quotes
7 years ago
Rapptz
871a262ee3
[commands] Add ability to have case insensitive commands.
This is powered by a dict-like class for the people who want to opt-in
to the performance downgrade for usability for majority English
speaking users.
Since it is slower than the regular dict due to the excessive calls to
str.lower along with the possibilities of gotchas for other languages
outside of English, this is kept as False for the default case.
7 years ago
Rapptz
1590441dbf
Fix typo in TextChannel.delete_messages documentation.
7 years ago
Rapptz
a425bd91be
Fix invalid close errors on websockets 4.x
Fixes #1110
7 years ago
Rapptz
0fcd385b9a
Add ability to change the activity used when logging in at runtime.
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
Jared Shields
2f562bd695
Update docstrings for channel.py
`delete_messages` requires `manage_messages`; the docs in here, nor on RTD reflect this.
Small amendment at line 180, adding three additional.
7 years ago
Rapptz
6782fdd34d
Add missing coroutine decorator to HTTPClient.get_attachment
Fixes #1104
7 years ago
Rapptz
1c215cfbbe
Don't cache webhook users.
Fixes #1101
7 years ago
Rapptz
355eb08b25
Add seek_begin keyword argument to Attachment.save
7 years ago
BeatButton
9d3d8e0f0a
Fix websockets 4.0 support
7 years ago
Eli
ad7506050c
[commands] Allow builtin unbound method converters
7 years ago
Daniel
d53c3a6c12
Fixed opus error check
Fixes #1056
7 years ago
Daniel
881e598a6f
Add errcheck functions to opus foreign functions
7 years ago
Daniel
5a59eae95b
Update opus and add COPYING notice
7 years ago
Rapptz
4fef6fc4b0
Fix minor typo in migrating documentation.
7 years ago
FrostLuma
c32b28f46d
Add documentation for new_member system messages
7 years ago
Rapptz
8de382fcd3
Change logic in PartialEmoji.__str__ a little.
7 years ago
Gorialis
04d9dd9c0d
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
7 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
khazhyk
0ef866a704
[commands] Fix MissingRequiredArgument param handling
Documentation was incorrect, and we were throwing
away the param we were passing.
7 years ago
Chkoupinator
b268d81649
Added a missing "to" in Message.raw_mentions documentation.
7 years ago
CloudNineK
0f56ce7c13
Fix typo in Message.embeds documentation.
7 years ago
khazhyk
456390f417
Ensure gif avatar urls end in `.gif`
This is a workaround for discord having trouble animating gifs if
the url does not end in exactly `.gif`. Since avatar_url is common
for thumbnails etc., adding this workaround here is handy, and
likely restores expected behavior (animated avatars animating).
7 years ago
Rapptz
30b5047b0e
Fix multipart sending for RequestsWebhookAdapter to work.
7 years ago
Rapptz
6813280938
websupport is not actually a Sphinx extension apparently.
7 years ago
Rapptz
e9f887aab2
Add websupport extension to extension list.
7 years ago
Rapptz
3a8b97ffb0
[commands] Document that can_run can raise.
7 years ago
Rapptz
e61ac8e60f
[commands] Forbid passing a string to aliases in Command.
Fixes #974
7 years ago
Rapptz
300c0f7b19
Pip version requires require all 3 digits.
7 years ago
Rapptz
5c65acd9b3
Add some dependencies for RTD.
7 years ago
Joshua Butt
f5a443fa8f
Add support for animated emoji to commands ext EmojiConverter
7 years ago
Rapptz
da9828c41f
Use the proper endpoint for removing your own reaction.
7 years ago
Rapptz
97fc4bf651
Update Emoji.url to point to the GIF version of the animated emoji.
7 years ago
Rapptz
a6bf792dec
Animated emoji support.
7 years ago
Rapptz
e2f7945f59
Proper variable name in Client.clear.
7 years ago
Rapptz
5c5a59c18e
Add Client.clear to clear the bot's internal state to a clean slate.
In case you want to have some external restart loop.
7 years ago