feat(polish): Adds EmbedLibrary
This commit is contained in:
parent
cf9c88a2d6
commit
b3d0b3a90c
12 changed files with 240 additions and 136 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue