fixed ts errors in settings/commands.ts
diff --git a/src/utils/database.ts b/src/utils/database.ts
index ba1d89d..a62e148 100644
--- a/src/utils/database.ts
+++ b/src/utils/database.ts
@@ -310,6 +310,8 @@
         };
         role: {
             role: string | null;
+            text: null;
+            link: null;
         };
     };
     tracks: {