change maintainer to owner

This commit is contained in:
loicbersier 2019-10-27 13:20:15 +01:00
parent 56bbc0212f
commit a46210b601

View file

@ -36,7 +36,7 @@ class aboutCommand extends Command {
.setTitle('About me')
.setURL('https://gitlab.com/LoicBersier/DiscordBot')
.setDescription(description)
.addField('Current maintainer: ', `${this.client.users.get(ownerID).username}#${this.client.users.get(ownerID).discriminator} (${ownerID})`)
.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"
message.channel.send(aboutEmbed);