mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add ness to undertale
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -6,6 +6,7 @@
|
||||
"flowey",
|
||||
"gaster",
|
||||
"napstablook",
|
||||
"ness",
|
||||
"papyrus",
|
||||
"sans",
|
||||
"temmie",
|
||||
|
||||
@@ -14,6 +14,7 @@ registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'UndertaleSans.
|
||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'pixelated-wingdings.ttf'), {
|
||||
family: 'Pixelated Wingdings'
|
||||
});
|
||||
registerFont(path.join(__dirname, '..', '..', 'assets', 'fonts', 'apple_kid.ttf'), { family: 'Apple Kid' });
|
||||
|
||||
module.exports = class UndertaleCommand extends Command {
|
||||
constructor(client) {
|
||||
@@ -61,6 +62,12 @@ module.exports = class UndertaleCommand extends Command {
|
||||
reason: 'Pixelated Wingdings Font',
|
||||
reasonURL: 'https://fontstruct.com/fontstructions/show/1218140/pixelated-wingdings'
|
||||
},
|
||||
{
|
||||
name: 'EarthBound Central',
|
||||
url: 'https://earthboundcentral.com/',
|
||||
reason: 'Apple Kid Font',
|
||||
reasonURL: 'https://earthboundcentral.com/2009/11/ultimate-earthbound-font-pack/'
|
||||
},
|
||||
{
|
||||
name: 'Overtime2005',
|
||||
url: 'https://github.com/Overtime2005',
|
||||
@@ -108,6 +115,9 @@ module.exports = class UndertaleCommand extends Command {
|
||||
case 'gaster':
|
||||
font = 'Pixelated Wingdings';
|
||||
break;
|
||||
case 'ness':
|
||||
font = 'Apple Kid';
|
||||
break;
|
||||
case 'temmie':
|
||||
quote = this.client.registry.commands.get('temmie').temmize(quote);
|
||||
break;
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "116.29.3",
|
||||
"version": "116.29.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user