From ade179994dff473f1c1b09281c73aa063e44b88f Mon Sep 17 00:00:00 2001 From: D3SOX Date: Fri, 16 Feb 2024 23:33:01 +0100 Subject: [PATCH] refactor(serverProfilesToolbox): destructure guildId --- src/plugins/serverProfilesToolbox/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/serverProfilesToolbox/index.tsx b/src/plugins/serverProfilesToolbox/index.tsx index 63f705228..3ddfaa998 100644 --- a/src/plugins/serverProfilesToolbox/index.tsx +++ b/src/plugins/serverProfilesToolbox/index.tsx @@ -24,13 +24,13 @@ export default definePlugin({ authors: [Devs.D3SOX], description: "Adds a copy/paste/reset button to the server profiles editor", - patchServerProfiles(args: { guildId: string }) { + patchServerProfiles({ guildId }: { guildId: string }) { return