Pilgrim hat

This commit is contained in:
Daniel Odendahl Jr
2017-11-03 16:33:42 +00:00
parent a869735793
commit 4e057cf9b5
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 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'];
const hats = ['christmas', 'anime', 'tophat', 'pilgrim'];
module.exports = class HatCommand extends Command {
constructor(client) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "51.3.1",
"version": "51.3.2",
"description": "Your personal server companion.",
"main": "XiaoBot.js",
"scripts": {