Changes:
- Added Message class
- Message.message is changed to Message.content
- Message.sent_by is now part of the User class
- Message.channel is now part of the Channel class
- Added User class
- Added Channel class
- Added Server class
- Added Bot(commands) parameter
- Added a way to easily do commands
- Added Bot.command()
Migrating from 1.2:
- Getting the ID of the channel of a message has been changed from
message.channel
tomessage.channel.id
- Getting the content of a message is changed from
message.message
tomessage.content
- The
servers
argument in the Bot constructor has been changed tochannels