From a37c6c4101b288119f47b0cefe6b2b6b19eaa69b Mon Sep 17 00:00:00 2001 From: Fuwn <50817549+8cy@users.noreply.github.com> Date: Sun, 4 Oct 2020 22:09:15 -0700 Subject: feat/ change: new alias/ change single quote to double quote also test commit with gitkraken --- server/src/commands/bot/Fuwn.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/src/commands/bot/Fuwn.ts b/server/src/commands/bot/Fuwn.ts index 5f98733..31da43e 100644 --- a/server/src/commands/bot/Fuwn.ts +++ b/server/src/commands/bot/Fuwn.ts @@ -1,18 +1,18 @@ -import { Command } from 'discord-akairo'; -import { Message } from 'discord.js'; -import { colour } from '../../Config'; +import { Command } from "discord-akairo"; +import { Message } from "discord.js"; +import { colour } from ""../../Config"; import { stripIndents } from 'common-tags'; export default class FuwnBot extends Command { public constructor() { - super('fuwn', { - aliases: ['fuwn', "dev", "developer"], - category: 'bot', + super("fuwn", { + aliases: ["fuwn", "dev", "developer", "fun"], + category: "bot", description: { content: 'Will get you more information about Fuwn, the lead developer.', - usage: '', + usage: "", examples: [ - '' + "" ] }, ratelimit: 3 @@ -22,7 +22,7 @@ export default class FuwnBot extends Command { public exec(msg: Message): Promise { const embed = this.client.util.embed() .setColor(colour) - .addField('Fuwn\'s Stuff', stripIndents` + .addField("Fuwn\'s Stuff", stripIndents` 💎 [GitHub](https://github.com/8cy) 🎀 [NPM](https://www.npmjs.com/~sinny) 🎨 [Twitter](https://twitter.com/_fuwn) -- cgit v1.2.3