Added readme example, updated version

This commit is contained in:
Killian
2020-07-17 14:21:12 +02:00
parent 6f43204275
commit 0a608a30b2
2 changed files with 8 additions and 1 deletions

View File

@@ -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()

View File

@@ -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": {