diff --git a/src/webpage/webhooks.ts b/src/webpage/webhooks.ts index f4fc70e..332c67d 100644 --- a/src/webpage/webhooks.ts +++ b/src/webpage/webhooks.ts @@ -67,7 +67,7 @@ async function webhookMenu( const makeHook = (hook: webhookType) => { //TODO remove once the server fixes this bug - hook.url ||= `${guild.info.api}/webhooks/${guild.id}/${hook.token}`; + hook.url ||= `${guild.info.api}/webhooks/${hook.id}/${hook.token}`; const div = document.createElement("div"); div.classList.add("flexltr", "webhookArea");