main
Killian 4 years ago
parent 5671d1016e
commit 205817edd6

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

@ -1,6 +1,6 @@
{ {
"name": "discord-image-generation", "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.", "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