From 899b8f3ff27be1451860ad238fe2a628d00ced74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 3 May 2019 21:55:59 +0200 Subject: [PATCH] updated tina discim --- README.md | 2 +- commands/utility/about.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fd9eac8..18dbc98d 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,4 @@ This project is licensed under the **GNU Affero General Public License v3.0** Li * [discord.JS team](https://github.com/discordjs/discord.js) * [1computer1](https://github.com/1Computer1/) for discord-akairo & the help command from [hoshi](https://github.com/1Computer1/hoshi) -* Tina the Cyclops girl#0064 for inspiring me for making this bot +* Tina the Cyclops girl#5759 for inspiring me for making this bot diff --git a/commands/utility/about.js b/commands/utility/about.js index dda69e4d..dee7dd12 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) And thanks to Tina the Cyclops girl#0064 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) And thanks to Tina the Cyclops girl#5759 for inspiring me for making this bot!'); message.channel.send(aboutEmbed); }