fix: 💬 update link from github to zyner git
Updated about command from github to zyner git
This commit is contained in:
parent
685d865cdb
commit
f312b78b14
2 changed files with 1 additions and 12 deletions
11
.releaserc
11
.releaserc
|
@ -17,17 +17,6 @@
|
|||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/npm",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"assets": [
|
||||
"dist/**/*.{js,css}",
|
||||
"docs",
|
||||
"package.json"
|
||||
],
|
||||
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
|
||||
}
|
||||
],
|
||||
"@semantic-release/gitlab"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ export const execute = async (interaction: CommandInteraction) => {
|
|||
});
|
||||
const uptimeString = formatDuration(uptimeDuration);
|
||||
|
||||
const botDescription = `This bot, developed by [**Zyner**](https://zyner.org), serves **${guildCount}** servers and has a vast user base of **${memberCount}**. The current version is **${version}**, accessible on [**GitHub**](https://github.com/ZynerOrg/xyter). It has been active since the last restart, with an uptime of **${uptimeString}**.`;
|
||||
const botDescription = `This bot, developed by [**Zyner**](https://zyner.org), serves **${guildCount}** servers and has a vast user base of **${memberCount}**. The current version is **${version}**, accessible on [**Zyner Git**](https://git.zyner.org/zyner/xyter/bot). It has been active since the last restart, with an uptime of **${uptimeString}**.`;
|
||||
|
||||
const interactionEmbed = new EmbedBuilder()
|
||||
.setDescription(botDescription)
|
||||
|
|
Loading…
Add table
Reference in a new issue