mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Clean Up Fonts
This commit is contained in:
@@ -5,7 +5,7 @@ const { stripIndents } = require('common-tags');
|
||||
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' });
|
||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'Paladins.otf'), { family: 'Paladins' });
|
||||
const colors = ['gold', 'silver', '#cd7f32'];
|
||||
|
||||
module.exports = class HorseRaceCommand extends Command {
|
||||
|
||||
Reference in New Issue
Block a user