Added readme example, updated version

main
Killian 4 years ago
parent 6f43204275
commit 0a608a30b2

@ -129,6 +129,10 @@ bot.login("super_secret_token")
![Bed](https://imgur.com/b1idSnr.png) ![Bed](https://imgur.com/b1idSnr.png)
- ``new DIG.Bobross().getImage(`<Avatar>`);``
![Bobross](https://imgur.com/lATDohK.png)
- ``new DIG.ConfusedStonk().getImage(`<Avatar>`);`` - ``new DIG.ConfusedStonk().getImage(`<Avatar>`);``
![ConfusedStonk](https://imgur.com/b4UB3BE.png) ![ConfusedStonk](https://imgur.com/b4UB3BE.png)
@ -225,6 +229,9 @@ bot.login("super_secret_token")
# Changelog # Changelog
## v1.3.4
- Added bobross()
## v1.3.2 ## v1.3.2
- Added Stonk() - Added Stonk()
- Added NotStonk() - Added NotStonk()

@ -1,6 +1,6 @@
{ {
"name": "discord-image-generation", "name": "discord-image-generation",
"version": "1.3.3", "version": "1.3.4",
"description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

Loading…
Cancel
Save