128x128 Dragon Fire Logo

This commit is contained in:
Dragon Fire
2020-03-27 12:25:22 -04:00
parent 36229b9846
commit 4e6777af8d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ const Command = require('../../structures/Command');
const { MessageEmbed } = require('discord.js'); const { MessageEmbed } = require('discord.js');
const request = require('node-superfetch'); const request = require('node-superfetch');
const { CLEARBIT_KEY } = process.env; const { CLEARBIT_KEY } = process.env;
const dragonFireAliases = ['dragonfire535', 'dragon fire']; const dragonFireAliases = ['dragonfire535', 'dragon fire', 'dragonfire'];
module.exports = class CompanyCommand extends Command { module.exports = class CompanyCommand extends Command {
constructor(client) { constructor(client) {
@@ -50,7 +50,7 @@ module.exports = class CompanyCommand extends Command {
if (dragonFireAliases.includes(query.toLowerCase())) { if (dragonFireAliases.includes(query.toLowerCase())) {
return { return {
name: 'Dragon Fire', name: 'Dragon Fire',
logo: 'https://i.imgur.com/G5BP0kB.png' logo: 'https://i.imgur.com/tHxWaoA.png'
}; };
} }
const { body } = await request const { body } = await request
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "112.18.1", "version": "112.18.2",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {