Add asriel and gaster to undertale

This commit is contained in:
Dragon Fire
2020-06-15 20:11:13 -04:00
parent 0af697f01e
commit 5a956d2f6a
6 changed files with 16 additions and 2 deletions
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+2
View File
@@ -1,8 +1,10 @@
[
"alphys",
"asgore",
"asriel",
"chara",
"flowey",
"gaster",
"napstablook",
"papyrus",
"sans",
+13 -1
View File
@@ -11,6 +11,9 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertalePapyr
family: 'UndertalePapyrus'
});
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertaleSans.ttf'), { family: 'UndertaleSans' });
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'pixelated-wingdings.ttf'), {
family: 'Pixelated Wingdings'
});
module.exports = class UndertaleCommand extends Command {
constructor(client) {
@@ -49,9 +52,15 @@ module.exports = class UndertaleCommand extends Command {
{
name: 'Carter Sande',
url: 'https://gitlab.com/cartr',
reason: 'Fonts',
reason: 'DeterminationMono, UndertaleSans, and UndertalePapyrus Fonts',
reasonURL: 'https://gitlab.com/cartr/undertale-fonts/tree/master'
},
{
name: 'Sigmath Bits',
url: 'https://fontstruct.com/fontstructors/1280718/sigmath6',
reason: 'Pixelated Wingdings Font',
reasonURL: 'https://fontstruct.com/fontstructions/show/1218140/pixelated-wingdings'
},
{
name: 'Overtime2005',
url: 'https://github.com/Overtime2005',
@@ -96,6 +105,9 @@ module.exports = class UndertaleCommand extends Command {
case 'napstablook':
quote = quote.toLowerCase();
break;
case 'gaster':
font = 'Pixelated Wingdings';
break;
case 'temmie':
quote = this.client.registry.commands.get('temmie').temmize(quote);
break;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "116.29.2",
"version": "116.29.3",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {