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