From 8a1ee93cb79680cb10537842d00f66ac73676bf4 Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Wed, 10 Apr 2024 21:03:20 +0000 Subject: [PATCH] Update handleCooldown.ts --- .../handleCommandInteraction/handlers/handleCooldown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/interactionCreate/interactionTypes/handleCommandInteraction/handlers/handleCooldown.ts b/src/events/interactionCreate/interactionTypes/handleCommandInteraction/handlers/handleCooldown.ts index 6ec00e4..39b59ad 100644 --- a/src/events/interactionCreate/interactionTypes/handleCommandInteraction/handlers/handleCooldown.ts +++ b/src/events/interactionCreate/interactionTypes/handleCommandInteraction/handlers/handleCooldown.ts @@ -44,7 +44,7 @@ function createButtons() { .setLabel("Report Problem") .setStyle(ButtonStyle.Link) .setEmoji("✏️") - .setURL("https://discord.zyner.org") + .setURL("https://s.zyner.org/discord") ); }