Birthday hat

This commit is contained in:
Daniel Odendahl Jr
2018-01-24 22:12:42 +00:00
parent 1a7752d250
commit 2c4ded3804
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "61.4.0",
"version": "61.5.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {