Update index.ts
This commit is contained in:
parent
015cef2fbf
commit
d0a5335d54
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ export const execute = async (interaction: CommandInteraction) => {
|
|||
.setLabel("Documentation")
|
||||
.setStyle(ButtonStyle.Link)
|
||||
.setEmoji("📚")
|
||||
.setURL("https://xyter.zyner.org"),
|
||||
.setURL("https://s.zyner.org/xyter-docs"),
|
||||
new ButtonBuilder()
|
||||
.setLabel("Discord Server")
|
||||
.setStyle(ButtonStyle.Link)
|
||||
.setEmoji("💬")
|
||||
.setURL("https://discord.zyner.org")
|
||||
.setURL("https://s.zyner.org/discord")
|
||||
);
|
||||
|
||||
const uptimeDuration = intervalToDuration({
|
||||
|
|
Loading…
Add table
Reference in a new issue