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") ); }