Breaking changes from v0.8.0 to v0.9.0:
- All HTTP requests now throw exceptions.
send_message
no longer takes in a string ID for destination.- Use
discord.Object(id='...')
instead.
- Use
discord.InvalidEventName
is removeddiscord.InvalidDestination
is renamed todiscord.ClientException
on_server_create
was renamed toon_server_join
on_server_delete
was renamed toon_server_remove
- A lot of the factory methods in
discord.Colour
were renamed. Server.afk_channel_id
is removed.- Use
Server.afk_channel
instead.
- Use
Member.roles
now has the@everyone
as the first element and is therefore never empty (in theory...)