correct fix

This commit is contained in:
MathMan05
2026-04-14 12:23:34 -05:00
parent eac81aba90
commit 0aaabf956d
+1 -1
View File
@@ -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");