diff --git a/assets/images/hat/pilgrim.png b/assets/images/hat/pilgrim.png new file mode 100644 index 00000000..2cb6c92c Binary files /dev/null and b/assets/images/hat/pilgrim.png differ diff --git a/commands/avatar-edit/hat.js b/commands/avatar-edit/hat.js index 3b9eb12b..a2c724ae 100644 --- a/commands/avatar-edit/hat.js +++ b/commands/avatar-edit/hat.js @@ -3,7 +3,7 @@ const { createCanvas, loadImage } = require('canvas'); const snekfetch = require('snekfetch'); const path = require('path'); const { list } = require('../../util/Util'); -const hats = ['christmas', 'anime', 'tophat']; +const hats = ['christmas', 'anime', 'tophat', 'pilgrim']; module.exports = class HatCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index e00664a7..a21c4400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "51.3.1", + "version": "51.3.2", "description": "Your personal server companion.", "main": "XiaoBot.js", "scripts": {