This commit is contained in:
Killian
2020-07-17 00:48:20 +02:00
parent 5671d1016e
commit 205817edd6
2 changed files with 7 additions and 1 deletions

View File

@@ -225,6 +225,12 @@ bot.login("super_secret_token")
# Changelog
## v1.3.2
- Added Stonk()
- Added NotStonk()
- Added DoubleStonk()
- Added ConfusedStonk()
## v1.2.12
- Optimized src/index.js (thanks to https://github.com/Pyrojs)

View File

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