Breaking changes from v0.8.0 to v0.9.0:
- All HTTP requests now throw exceptions.
send_messageno longer takes in a string ID for destination.- Use
discord.Object(id='...')instead.
- Use
discord.InvalidEventNameis removeddiscord.InvalidDestinationis renamed todiscord.ClientExceptionon_server_createwas renamed toon_server_joinon_server_deletewas renamed toon_server_remove- A lot of the factory methods in
discord.Colourwere renamed. Server.afk_channel_idis removed.- Use
Server.afk_channelinstead.
- Use
Member.rolesnow has the@everyoneas the first element and is therefore never empty (in theory...)