forked from Supositware/Haha-Yes
Added github repo
This commit is contained in:
parent
a7f549dcd9
commit
a40f27164b
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue