diff --git a/README.md b/README.md index bf42fdf2..e9d37778 100644 --- a/README.md +++ b/README.md @@ -1529,6 +1529,8 @@ here. * this-guy ([Image, Original "Friends" TV Series](https://www.warnerbros.com/tv/friends/)) - [Wattpad](https://www.wattpad.com/) * wattpad ([API](https://www.wattpad.com/developer/docs/api)) +- [WebStockReview](https://webstockreview.net/) + * hat ([Devil Hat Image](https://webstockreview.net/explore/horn-clipart-purple-devil/)) - [Why We Protest](https://whyweprotest.net/) * hat ([Anon Hat Image](https://whyweprotest.net/threads/big-ass-guy-fawkes-mask-images-thread.22719/)) - [wikiHow](https://www.wikihow.com/Main-Page) diff --git a/assets/images/hat/devil.png b/assets/images/hat/devil.png new file mode 100644 index 00000000..85ce3158 Binary files /dev/null and b/assets/images/hat/devil.png differ diff --git a/assets/json/hat.json b/assets/json/hat.json index 2eb3ad1e..31b64651 100644 --- a/assets/json/hat.json +++ b/assets/json/hat.json @@ -3,6 +3,7 @@ "ash", "birthday", "christmas", + "devil", "disguise", "dunce", "leprechaun", diff --git a/commands/edit-avatar/hat.js b/commands/edit-avatar/hat.js index a45215b7..bcfc6967 100644 --- a/commands/edit-avatar/hat.js +++ b/commands/edit-avatar/hat.js @@ -107,6 +107,12 @@ module.exports = class HatCommand extends Command { url: 'https://whyweprotest.net/', reason: 'Anon Hat Image', reasonURL: 'https://whyweprotest.net/threads/big-ass-guy-fawkes-mask-images-thread.22719/' + }, + { + name: 'WebStockReview', + url: 'https://webstockreview.net/', + reason: 'Devil Hat Image', + reasonURL: 'https://webstockreview.net/explore/horn-clipart-purple-devil/' } ], args: [ diff --git a/package.json b/package.json index bb509127..678a9297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.29.5", + "version": "116.29.6", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {