-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Key roles can be designated with the /key-roles command or the
"Key roles" tab above.
@@ -91,48 +87,72 @@
-
+
-
+
-
+
Note that this will not log timeouts naturally expiring.
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
This will only be triggered by bots, not normal users.
diff --git a/Catalogger.Frontend/src/routes/dash/[guildId]/ChannelSelect.svelte b/Catalogger.Frontend/src/routes/dash/[guildId]/ChannelSelect.svelte
index d774598..2d2ea4f 100644
--- a/Catalogger.Frontend/src/routes/dash/[guildId]/ChannelSelect.svelte
+++ b/Catalogger.Frontend/src/routes/dash/[guildId]/ChannelSelect.svelte
@@ -4,9 +4,9 @@
type Group = { label: string; options: Option[] };
type Option = { label: string; value: string };
- export let options: Group[];
+ export let options: Array