finished?
diff --git a/src/commands/server/buttons.ts b/src/commands/server/buttons.ts
index 4a299b2..bc90983 100644
--- a/src/commands/server/buttons.ts
+++ b/src/commands/server/buttons.ts
@@ -224,7 +224,7 @@
                 }
             }
         } else if(i.isStringSelectMenu()) {
-            await i.deferUpdate();
+            try {await i.deferUpdate();} catch (err) {}
             switch(i.customId) {
                 case "color": {
                     data.color = colors[i.values[0]!]!;