This commit is contained in:
Killian
2020-07-16 16:08:01 +02:00
parent deb159ae29
commit f242c448a0
2 changed files with 4 additions and 1 deletions

View File

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

View File

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