forked from Supositware/Haha-Yes
Say that gitlab link is in the title
This commit is contained in:
parent
3b579f7fa9
commit
9986f3a544
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ 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#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)\nThanks to Tina the Cyclops girl#5759 for inspiring me for making this bot!')
|
||||
.setFooter('Gitlab link in the title');
|
||||
|
||||
message.channel.send(aboutEmbed);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue