feat: add tag mentions and deletions
This commit is contained in:
parent
6673a8a36c
commit
ff5882730d
3 changed files with 38 additions and 2 deletions
|
@ -27,6 +27,12 @@ export const reuploadCommands = async () => {
|
|||
.setDescription('The tag name')
|
||||
.setRequired(true)
|
||||
.addChoices(...tags.map((b) => ({ name: b.name, value: b.name })))
|
||||
)
|
||||
.addUserOption((option) =>
|
||||
option
|
||||
.setName('user')
|
||||
.setDescription('The user to mention')
|
||||
.setRequired(false)
|
||||
),
|
||||
new SlashCommandBuilder()
|
||||
.setName('modrinth')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue