Version 1.4.0

This commit is contained in:
Killian
2020-10-20 19:42:51 +02:00
parent afa32e0211
commit 10fcffd6b6
43 changed files with 238 additions and 203 deletions

View File

@@ -94,7 +94,7 @@ bot.login("super_secret_token")
## Gifs
- ``new DIG.Blink().getImage(`<Avatar>`, `<Avatar2>`, <Timeout (Number in ms)>)``
- ``new DIG.Blink().getImage(`<Avatar>`, `<Avatar2>`, `<Timeout (Number in ms)>`);``
![Blink](https://imgur.com/JjUXmRU.gif)
@@ -137,6 +137,14 @@ bot.login("super_secret_token")
![Delete](https://imgur.com/6V1IYJp.png)
- ``new DIG.DiscordBlack().getImage(`<Avatar>`)``
![DiscordBlack](https://imgur.com/dTX3wta.png)
- ``new DIG.DiscordBlue().getImage(`<Avatar>`)``
![DiscordBlue](https://imgur.com/q1bRGrx.png)
- ``new DIG.DoubleStonk().getImage(`<Avatar`, `<Avatar2>`)``
![DoubleStonk](https://imgur.com/HbuuUC6.png)
@@ -225,6 +233,11 @@ bot.login("super_secret_token")
# Changelog
## v1.4.0
- Added DiscordBlack() and DiscordBlue()
- Added ESLint and fixed all problems
- Use of the function file in LisaPresentation() instead of an in file function
## v1.3.9
- Edited links in README
- Bumped jimp from 0.14.0 to 0.16.1