Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@MeowyCats2 MeowyCats2 released this 11 Jul 15:37
· 12 commits to main since this release
2a74b71

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 to message.channel.id
  • Getting the content of a message is changed from message.message to message.content
  • The servers argument in the Bot constructor has been changed to channels