From a46210b601ce9ff78c840d6bc0c8431e249be954 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 27 Oct 2019 13:20:15 +0100 Subject: [PATCH] change maintainer to owner --- commands/utility/about.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/about.js b/commands/utility/about.js index 3900f5cb..403a7d8d 100644 --- a/commands/utility/about.js +++ b/commands/utility/about.js @@ -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);