change maintainer to owner
This commit is contained in:
parent
56bbc0212f
commit
a46210b601
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class aboutCommand extends Command {
|
||||||
.setTitle('About me')
|
.setTitle('About me')
|
||||||
.setURL('https://gitlab.com/LoicBersier/DiscordBot')
|
.setURL('https://gitlab.com/LoicBersier/DiscordBot')
|
||||||
.setDescription(description)
|
.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"
|
.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);
|
message.channel.send(aboutEmbed);
|
||||||
|
|
Loading…
Reference in a new issue