mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-09-17 03:44:50 +00:00
webhook fix
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user