Fixed readme and bumped packages

main
Killian 4 years ago
parent d37c3bcffe
commit afa32e0211

@ -13,12 +13,8 @@ A correct and understandable issue contains :
- Code that summonned the error - Code that summonned the error
- The complete error - The complete error
You can also join me on my <a href="https://discord.gg/qvzwqaM">discord server.</a> You can also join me on my <a href="https://discord.gg/Uqd2sQP">discord server.</a>
#### My coding discord server
<a href="https://discord.gg/qvzwqaM"><img src="https://discord.com/api/guilds/661897530459684865/widget.png" alt="Discord server"/></a>
#### My discord bot support server
<a href="https://discord.gg/Uqd2sQP"><img src="https://discord.com/api/guilds/527836578912010251/widget.png" alt="Amandine support server"/></a> <a href="https://discord.gg/Uqd2sQP"><img src="https://discord.com/api/guilds/527836578912010251/widget.png" alt="Amandine support server"/></a>
# Download # Download
@ -229,6 +225,10 @@ bot.login("super_secret_token")
# Changelog # Changelog
## v1.3.9
- Edited links in README
- Bumped jimp from 0.14.0 to 0.16.1
## v1.3.8 ## v1.3.8
- Edited the Rip() image - Edited the Rip() image
- Fixed the Spank() colors - Fixed the Spank() colors

@ -1,6 +1,6 @@
{ {
"name": "discord-image-generation", "name": "discord-image-generation",
"version": "1.3.8", "version": "1.3.9",
"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": {
@ -31,6 +31,6 @@
"dependencies": { "dependencies": {
"canvas": "^2.6.1", "canvas": "^2.6.1",
"gifencoder": "^2.0.1", "gifencoder": "^2.0.1",
"jimp": "^0.14.0" "jimp": "^0.16.1"
} }
} }

Loading…
Cancel
Save