diff --git a/assets/images/hat/birthday.png b/assets/images/hat/birthday.png new file mode 100644 index 00000000..bd6e8a07 Binary files /dev/null and b/assets/images/hat/birthday.png differ diff --git a/commands/avatar-edit/hat.js b/commands/avatar-edit/hat.js index 45d2fb19..d461865c 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', 'pilgrim']; +const hats = ['christmas', 'anime', 'tophat', 'pilgrim', 'birthday']; module.exports = class HatCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index 9032e4f4..c2154fb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "61.4.0", + "version": "61.5.0", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {