Added github repo

merge-requests/4/head
loicbersier 5 years ago
parent a7f549dcd9
commit a40f27164b

@ -35,10 +35,11 @@ class aboutCommand extends Command {
.setColor(message.member.displayHexColor)
.setAuthor(this.client.user.username, this.client.user.avatarURL())
.setTitle('About me')
.setURL('https://gitlab.com/LoicBersier/DiscordBot')
.setDescription(description)
.addField('Current owner: ', `${this.client.users.get(ownerID).username}#${this.client.users.get(ownerID).discriminator} (${ownerID})`)
.setFooter(`Gitlab link in the title | Original bot made by ${this.client.users.get('267065637183029248').username}#${this.client.users.get('267065637183029248').discriminator} (267065637183029248)`); // Please don't change the "original bot made by"
.addField('Gitlab', 'https://gitlab.com/LoicBersier/DiscordBot', true)
.addField('Github', 'https://github.com/loicbersier/Haha-yes', true)
.setFooter(`Original bot made by ${this.client.users.get('267065637183029248').username}#${this.client.users.get('267065637183029248').discriminator} (267065637183029248)`); // Please don't change the "original bot made by"
message.channel.send(aboutEmbed);
}

Loading…
Cancel
Save