Clean Up Fonts

This commit is contained in:
Dragon Fire
2020-07-01 12:20:29 -04:00
parent 38926f87a7
commit 0c0853dec4
8 changed files with 3 additions and 5 deletions
-2
View File
@@ -4,8 +4,6 @@ const request = require('node-superfetch');
const path = require('path');
const { centerImagePart, greyscale } = require('../../util/Canvas');
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'PokemonGb.ttf'), { family: 'Pokemon GB' });
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'PokemonGbJapanHr.ttf'), { family: 'Pokemon GB' });
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'PokemonGbJapanKt.ttf'), { family: 'Pokemon GB' });
module.exports = class WildPokemonCommand extends Command {
constructor(client) {