From 09d4fd89f6b6a59ccb30e6b9b96024b3ca0a4fc6 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 16 May 2019 16:33:41 +0200 Subject: [PATCH] Added credit to rantionary --- commands/utility/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/about.js b/commands/utility/about.js index dd8a6ce6..beb036d5 100644 --- a/commands/utility/about.js +++ b/commands/utility/about.js @@ -20,7 +20,7 @@ class aboutCommand extends Command { .setAuthor('Supositware#1616', this.client.user.avatarURL) .setTitle('About me') .setURL('https://gitlab.com/LoicBersier/DiscordBot') - .setDescription('This bot is made using [discord.js](https://github.com/discordjs/discord.js) & [Discord-Akairo](https://github.com/discord-akairo/discord-akairo)\nHelp command from [hoshi](https://github.com/1Computer1/hoshi)\nThanks to Tina the Cyclops girl#5759 for inspiring me for making this bot!') + .setDescription('This bot is made using [discord.js](https://github.com/discordjs/discord.js) & [Discord-Akairo](https://github.com/discord-akairo/discord-akairo)\nHelp command from [hoshi](https://github.com/1Computer1/hoshi)\n* [Rantionary](https://github.com/RantLang/Rantionary) for there dictionnary.\nThanks to Tina the Cyclops girl#5759 for inspiring me for making this bot!') .setFooter('Gitlab link in the title'); message.channel.send(aboutEmbed);