bmintz and Rapptz
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.
2018-08-30 19:20:11 -04:00
bmintz and Rapptz
1d65d6993a
document HypeSquadHouse and Profile.hypesquad_houses
2018-08-30 19:20:10 -04:00
Ben Mintz and Rapptz
be7ea2678b
Bot.unload_extension: don't remove commands from no module
...
Fixes unload_extension in the case of a command added via eval
2018-08-22 21:56:41 -04:00
bmintz and Rapptz
bb8b3bf2aa
Add Colour.from_hsv
...
HSV is an easier to use colour format, and its inclusion in the colour
module will hopefully encourage its use.
2018-08-22 21:06:09 -04:00
bmintz and Rapptz
95721da70e
gitignore: ignore egg-info and venvs
2018-08-22 21:06:08 -04:00
bmintz and Rapptz
0c446398d1
message: de-duplicate reaction type conversion
...
Removes some duplicate code in Message.{add,remove}_reaction.
The code in question converts the emoji object from Reaction, Emoji, str, or PartialEmoji
to a string form suitable for sending over the wire.
2018-07-31 13:36:54 -04:00
bmintz and Rapptz
87d9eefdef
[docs] discord/client: remove reference to async_event
2018-07-19 21:27:30 -04:00
bmintz and Rapptz
ec3435b224
Remove remaining asyncio.coroutine calls.
...
Also remove Client.async_event
2018-07-05 03:45:58 -04:00
Ben Mintz and Rapptz
184c4302c7
docs/mimgrating.rst: CPython 3.5.2 is not supported!
...
The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2.
Fixes #1344 .
2018-06-21 07:44:02 -04:00