main
Killian 4 years ago
parent deb159ae29
commit f242c448a0

@ -209,6 +209,9 @@ bot.login("super_secret_token")
# Changelog # Changelog
## v1.2.12
- Optimized src/index.js (thanks to https://github.com/Pyrojs)
## v1.2.9 ## v1.2.9
- Added Podium() - Added Podium()
- Added Ad() - Added Ad()

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