0.1.1
Release date : May
Test It
To install this work in progress version, you need to follow theses commands:
This is an experimental version, you may encounter bugs.
Changelog
New
Now, every errors are covered by the custom dispy error display.
Changes
Made some comment more comprehensible.
When getting the result of an API request, you are no longer required to use
.get()
, you can directly get the value. (It was removed so don't use it)bot.create_message()
was changed tobot.send_message()
.
Fix
Embeds can now have multiple images if an URL is specified.
How to update my code?
Is there anyone using the lib anyway 😂?
Replace every
bot.create_message()
tobot.send_message()
.When getting the result of an API request, you need to remove your
.get()
and directly get the values.
Last updated