Adds transfer of leadership of a group
This commit is contained in:
parent
fccc30626a
commit
13f2bf30fa
4 changed files with 67 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ export class GroupSelection {
|
|||
public static createOptionSetup(): SlashCommandIntegerOption {
|
||||
return new SlashCommandIntegerOption()
|
||||
.setName("group")
|
||||
.setDescription("Defines the group you want to manage the playdates for")
|
||||
.setDescription("Defines the group this action is for")
|
||||
.setRequired(true)
|
||||
.setAutocomplete(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue