Added .thomas(), added option to .wanted()
This commit is contained in:
21
README.md
21
README.md
@@ -17,6 +17,17 @@ A correct and understandable issue contains :
|
||||
|
||||
You can also join me on my <a href="https://discord.gg/qvzwqaM">discord server.</a>
|
||||
|
||||
# Changelog
|
||||
|
||||
## v0.1.9
|
||||
- Added options for the wanted.
|
||||
- The base image has been updated
|
||||
- There is now a random price diplayed
|
||||
- You can now configure a currency
|
||||
- Added .thomas()
|
||||
-
|
||||
|
||||
|
||||
# Download
|
||||
|
||||
You can download it from <a href="https://www.npmjs.com/package/discord-image-generation">npmjs</a>.
|
||||
@@ -137,9 +148,11 @@ bot.login("super_secret_token")
|
||||
|
||||

|
||||
|
||||
- .wanted(`<Avatar>`);
|
||||
- .wanted(`<Avatar>`, `<Currency>`);
|
||||
|
||||

|
||||
> Currency ($, €, ...)
|
||||
|
||||

|
||||
|
||||
- .beautiful(`<Avatar>`);
|
||||
|
||||
@@ -156,3 +169,7 @@ bot.login("super_secret_token")
|
||||
- .delete(`<Avatar>`);
|
||||
|
||||

|
||||
|
||||
- .thomas(`<Avatar>`);
|
||||
|
||||

|
Reference in New Issue
Block a user