webhook fix

This commit is contained in:
MathMan05
2025-09-27 14:14:00 -05:00
parent 9633f6134c
commit 13df3d0655
+3
View File
@@ -66,6 +66,9 @@ 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}`;
const div = document.createElement("div");
div.classList.add("flexltr", "webhookArea");
const pfp = document.createElement("img");