Added Karaba() and bug fixes

This commit is contained in:
Killian
2020-12-12 13:56:25 +01:00
parent 47c121ec40
commit 4be539163d
32 changed files with 66 additions and 39 deletions
+8
View File
@@ -161,6 +161,10 @@ bot.login("super_secret_token")
![Jail](https://imgur.com/QslACNo.png)
- ``new DIG.Karaba().getImage(`<Avatar>`);``
![Karaba](https://imgur.com/4aEZs6v.png)
- ``new DIG.Kiss().getImage(`<Avatar>`, `<Avatar2>`);``
![Kiss](https://imgur.com/sSoCAeH.png)
@@ -233,6 +237,10 @@ bot.login("super_secret_token")
# Changelog
## v1.4.5
- Added Karaba()
- Fixed some errors returns that were not the same
## v1.4.0
- Added DiscordBlack() and DiscordBlue()
- Added ESLint and fixed all problems