mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: remove leaked webhook
This commit is contained in:
parent
3f45153b66
commit
9921410c9f
1 changed files with 0 additions and 2 deletions
|
@ -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}`, {
|
||||
|
|
Loading…
Add table
Reference in a new issue