mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 14:19:56 +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",
|
"alphys",
|
||||||
"asgore",
|
"asgore",
|
||||||
|
"asriel",
|
||||||
"chara",
|
"chara",
|
||||||
"flowey",
|
"flowey",
|
||||||
|
"gaster",
|
||||||
"napstablook",
|
"napstablook",
|
||||||
"papyrus",
|
"papyrus",
|
||||||
"sans",
|
"sans",
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertalePapyr
|
|||||||
family: 'UndertalePapyrus'
|
family: 'UndertalePapyrus'
|
||||||
});
|
});
|
||||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertaleSans.ttf'), { family: 'UndertaleSans' });
|
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 {
|
module.exports = class UndertaleCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
@@ -49,9 +52,15 @@ module.exports = class UndertaleCommand extends Command {
|
|||||||
{
|
{
|
||||||
name: 'Carter Sande',
|
name: 'Carter Sande',
|
||||||
url: 'https://gitlab.com/cartr',
|
url: 'https://gitlab.com/cartr',
|
||||||
reason: 'Fonts',
|
reason: 'DeterminationMono, UndertaleSans, and UndertalePapyrus Fonts',
|
||||||
reasonURL: 'https://gitlab.com/cartr/undertale-fonts/tree/master'
|
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',
|
name: 'Overtime2005',
|
||||||
url: 'https://github.com/Overtime2005',
|
url: 'https://github.com/Overtime2005',
|
||||||
@@ -96,6 +105,9 @@ module.exports = class UndertaleCommand extends Command {
|
|||||||
case 'napstablook':
|
case 'napstablook':
|
||||||
quote = quote.toLowerCase();
|
quote = quote.toLowerCase();
|
||||||
break;
|
break;
|
||||||
|
case 'gaster':
|
||||||
|
font = 'Pixelated Wingdings';
|
||||||
|
break;
|
||||||
case 'temmie':
|
case 'temmie':
|
||||||
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
||||||
break;
|
break;
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "116.29.2",
|
"version": "116.29.3",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user