feat(polish): Adds EmbedLibrary

This commit is contained in:
Michel Fedde 2025-06-24 21:59:55 +02:00
parent cf9c88a2d6
commit b3d0b3a90c
12 changed files with 240 additions and 136 deletions

View file

@ -60,7 +60,7 @@ export class ServerCommand implements Command, ChatInteractionCommand {
children: [
{
traversalKey: "allowEveryone",
label: "Group Creation",
label: "Allow Anyone",
description: "Defines if all members are allowed to create groups.",
}
]
@ -71,7 +71,10 @@ export class ServerCommand implements Command, ChatInteractionCommand {
),
'Server Configuration',
"This UI allows you to change settings for your server."
)
),
null,
null,
"Server"
)
menu.display(interaction);