+ {category.channels.map(
+ (
+ x,
+ index,
+ ) => {
+ const channel =
+ server.client.channels.get(
+ x,
+ );
+ if (
+ !channel
+ )
+ return null;
+
+ return (
+
+ {(
+ provided,
+ ) =>
+ (
+
+
+
+
+ {
+ channel.name
+ }
+
+
+
+ ) as any
+ }
+
+ );
+ },
+ )}
+ {
+ provided.placeholder
+ }
+
+ ) as any
+ }
+