mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add asriel and gaster to undertale
This commit is contained in:
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 |
@@ -1,8 +1,10 @@
|
||||
[
|
||||
"alphys",
|
||||
"asgore",
|
||||
"asriel",
|
||||
"chara",
|
||||
"flowey",
|
||||
"gaster",
|
||||
"napstablook",
|
||||
"papyrus",
|
||||
"sans",
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "116.29.2",
|
||||
"version": "116.29.3",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user