mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +02:00
Fix
This commit is contained in:
@@ -86,17 +86,17 @@ module.exports = class UndertaleCommand extends Command {
|
||||
switch (character) {
|
||||
case 'sans':
|
||||
font = 'UndertaleSans';
|
||||
text = text.toLowerCase();
|
||||
quote = quote.toLowerCase();
|
||||
break;
|
||||
case 'papyrus':
|
||||
font = 'UndertalePapyrus';
|
||||
text = text.toUpperCase();
|
||||
quote = quote.toUpperCase();
|
||||
break;
|
||||
case 'napstablook':
|
||||
text = text.toLowerCase();
|
||||
quote = quote.toLowerCase();
|
||||
break;
|
||||
case 'temmie':
|
||||
text = this.client.registry.commands.get('temmie').temmize(text);
|
||||
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
||||
break;
|
||||
}
|
||||
ctx.font = `31px ${font}`;
|
||||
|
||||
Reference in New Issue
Block a user