From 145edfac7645a748d8b211afbe2e392d15a4326d Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 7 Nov 2020 15:41:08 +0100 Subject: [PATCH] Show gitea as the main one Signed-off-by: loicbersier --- 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 6078be7b..dfed68b1 100644 --- a/commands/utility/about.js +++ b/commands/utility/about.js @@ -46,9 +46,9 @@ class aboutCommand extends Command { .setDescription(description) .addField('Current commit', out.stdout) .addField('Current owner: ', `${this.client.users.resolve(this.client.ownerID).tag} (${this.client.ownerID})`) + .addField('Gitea (Main)', 'https://git.namejeff.xyz/Supositware/Haha-Yes', true) .addField('Gitlab (Mirror)', 'https://gitlab.com/LoicBersier/DiscordBot', true) .addField('Github (Mirror)', 'https://github.com/loicbersier/Haha-yes', true) - .addField('Gitea', 'https://git.namejeff.xyz/Supositware/Haha-Yes', true) .setThumbnail('https://its.gamingti.me/ZiRe.png') .setFooter(`Original bot made by ${this.client.users.resolve('267065637183029248').tag} (267065637183029248)`); // Please this line