Added gitea

akairo
loicbersier 4 years ago
parent 2da93931ca
commit 24a21d4b3b

@ -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

@ -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

@ -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."
}

Loading…
Cancel
Save