mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +02:00
One last adjustment
This commit is contained in:
@@ -88,13 +88,13 @@ module.exports = class UndertaleCommand extends Command {
|
|||||||
font = 'UndertaleSans.ttf';
|
font = 'UndertaleSans.ttf';
|
||||||
quote = quote.toLowerCase();
|
quote = quote.toLowerCase();
|
||||||
space = -4;
|
space = -4;
|
||||||
y = 27;
|
y = 26;
|
||||||
break;
|
break;
|
||||||
case 'papyrus':
|
case 'papyrus':
|
||||||
font = 'UndertalePapyrus.ttf';
|
font = 'UndertalePapyrus.ttf';
|
||||||
quote = quote.toUpperCase();
|
quote = quote.toUpperCase();
|
||||||
space = -5;
|
space = -5;
|
||||||
y = 27;
|
y = 26;
|
||||||
break;
|
break;
|
||||||
case 'napstablook':
|
case 'napstablook':
|
||||||
quote = quote.toLowerCase();
|
quote = quote.toLowerCase();
|
||||||
@@ -102,12 +102,12 @@ module.exports = class UndertaleCommand extends Command {
|
|||||||
case 'gaster':
|
case 'gaster':
|
||||||
font = 'pixelated-wingdings.ttf';
|
font = 'pixelated-wingdings.ttf';
|
||||||
space = -4;
|
space = -4;
|
||||||
y = 25;
|
y = 20;
|
||||||
break;
|
break;
|
||||||
case 'ness':
|
case 'ness':
|
||||||
font = 'apple_kid.ttf';
|
font = 'apple_kid.ttf';
|
||||||
space = -2;
|
space = -2;
|
||||||
y = 20;
|
y = 22;
|
||||||
break;
|
break;
|
||||||
case 'temmie':
|
case 'temmie':
|
||||||
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
||||||
|
|||||||
Reference in New Issue
Block a user