This commit is contained in:
Daniel Odendahl Jr
2017-10-28 01:03:28 +00:00
parent 2d59fe59f6
commit 67e67e3989
3 changed files with 1 additions and 1 deletions

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 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 hair', 'top hat'];
const hats = ['christmas', 'anime', 'tophat'];
module.exports = class HatCommand extends Command {
constructor(client) {