From 0aae70561cf1416d561606c17db2bf92677c1dec Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 31 May 2025 22:21:31 +0000 Subject: [PATCH] fix: role buttons being re-sent --- .../src/plugins/RoleButtons/functions/applyAllRoleButtons.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/plugins/RoleButtons/functions/applyAllRoleButtons.ts b/backend/src/plugins/RoleButtons/functions/applyAllRoleButtons.ts index c52e11ae..8411efbd 100644 --- a/backend/src/plugins/RoleButtons/functions/applyAllRoleButtons.ts +++ b/backend/src/plugins/RoleButtons/functions/applyAllRoleButtons.ts @@ -8,7 +8,8 @@ export async function applyAllRoleButtons(pluginData: GuildPluginData bt.name === configName); if (savedButtonsItem?.hash === hash) { // No changes