diff options
| author | Fuwn <[email protected]> | 2020-10-04 22:09:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-04 22:09:15 -0700 |
| commit | a37c6c4101b288119f47b0cefe6b2b6b19eaa69b (patch) | |
| tree | 6ed4e73b5b819fe5190da97b600a5f1bf5684ca6 /server | |
| parent | maintainence: change urls and name (diff) | |
| download | dep-core-master.tar.xz dep-core-master.zip | |
also test commit with gitkraken
Diffstat (limited to 'server')
| -rw-r--r-- | server/src/commands/bot/Fuwn.ts | 18 |
1 files 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<Message> { 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) |