chore: remove leaked webhook

This commit is contained in:
41666 2021-07-18 02:28:07 -04:00
parent 3f45153b66
commit 9921410c9f

View file

@ -87,8 +87,6 @@ const Editor = (props: EditorProps) => {
const updatePayload: Partial<GuildDataUpdate> = {
message: guild.data.message,
categories: guild.data.categories,
auditLogWebhook:
'https://discord.com/api/webhooks/864658054930759696/vE91liQYwmW4nS6fiT0cMfhe_dpPLBkDXOPynDNLdXZT1KdkDKm8wa4h4E4RPw0GDcJR',
};
const response = await authedFetch(`/update-guild/${serverID}`, {