Fix Formatting

This commit is contained in:
thororen1234 2025-04-23 18:01:06 -04:00
parent 5195317cc4
commit 557fdcfc60
No known key found for this signature in database
2 changed files with 55 additions and 48 deletions

View file

@ -115,6 +115,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
- NoMirroredCamera by Nyx - NoMirroredCamera by Nyx
- NoModalAnimation by AutumnVN - NoModalAnimation by AutumnVN
- NoNitroUpsell by thororen - NoNitroUpsell by thororen
- NoOnboarding by omaw & Glitch
- NoRoleHeaders by Samwich - NoRoleHeaders by Samwich
- NotificationTitle by Kyuuhachi - NotificationTitle by Kyuuhachi
- OnePingPerDM by ProffDea - OnePingPerDM by ProffDea
@ -126,7 +127,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
- QuestCompleter by Amia - QuestCompleter by Amia
- QuestionMarkReplacement by nyx - QuestionMarkReplacement by nyx
- Quoter by Samwich - Quoter by Samwich
- RandomVoice by xijexo & omaw - RandomVoice by xijexo, omaw, thororen
- Remix by MrDiamond - Remix by MrDiamond
- RemixMe by kvba - RemixMe by kvba
- RepeatMessage by Tolgchu - RepeatMessage by Tolgchu

View file

@ -1,5 +1,11 @@
import definePlugin from "@utils/types"; /*
* Vencord, a Discord client mod
* Copyright (c) 2025 Vendicated and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import { Devs, EquicordDevs } from "@utils/constants"; import { Devs, EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types";
import { RestAPI } from "@webpack/common"; import { RestAPI } from "@webpack/common";
export default definePlugin({ export default definePlugin({
@ -49,8 +55,8 @@ export default definePlugin({
RestAPI.post({ RestAPI.post({
url: `/guilds/${guild_id}/onboarding-responses`, url: `/guilds/${guild_id}/onboarding-responses`,
body: payload body: payload
}).catch(() => {}); }).catch(() => { });
}).catch(() => {}); }).catch(() => { });
} }
}); });