This commit is contained in:
Dragon Fire
2020-04-21 18:52:08 -04:00
parent 208fc4d9a7
commit ab80dadc31
+2 -2
View File
@@ -2,8 +2,8 @@ const Command = require('../../structures/Command');
const { createCanvas, loadImage, registerFont } = require('canvas');
const path = require('path');
const { stripIndents } = require('common-tags');
const { shuffle } = require('../../util/Util');
const { drawImageWithTint, randomRange } = require('../../util/Canvas');
const { shuffle, randomRange } = require('../../util/Util');
const { drawImageWithTint } = require('../../util/Canvas');
const horses = require('../../assets/json/horse-race');
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Paladins-nl8P.otf'), { family: 'Paladins' });
const colors = ['gold', 'silver', '#cd7f32'];