diff --git a/README.md b/README.md index 8dcd14c..a7332cb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You need to install the following ### Installing ``` -git clone https://gitlab.com/loicbersier/discordbot +git clone https://git.namejeff.xyz/Supositware/Haha-Yes cd discordbot npm install diff --git a/commands/utility/about.js b/commands/utility/about.js index 7ba49f9..6078be7 100644 --- a/commands/utility/about.js +++ b/commands/utility/about.js @@ -46,8 +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('Gitlab', 'https://gitlab.com/LoicBersier/DiscordBot', true) - .addField('Github', 'https://github.com/loicbersier/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 diff --git a/package.json b/package.json index adc0e43..6bd2cb2 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ }, "repository": { "type": "git", - "url": "git+https://gitlab.com/LoicBersier/DiscordBot.git" + "url": "git+https://git.namejeff.xyz/Supositware/Haha-Yes.git" }, "bugs": { - "url": "https://gitlab.com/LoicBersier/DiscordBot/issues" + "url": "https://git.namejeff.xyz/Supositware/Haha-Yes/issues" }, - "homepage": "https://gitlab.com/LoicBersier/DiscordBot#readme", + "homepage": "https://git.namejeff.xyz/Supositware/Haha-Yes#readme", "description": "The haha yes discord bot." }