Add for option to /tag command

This commit is contained in:
Isaac
2022-09-04 21:04:05 +01:00
parent 956648c265
commit 84505c2a5f
2 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ module.exports = class TagSlashCommand extends SlashCommand {
required: true,
type: ApplicationCommandOptionType.String,
},
{
name: 'for',
required: false,
type: ApplicationCommandOptionType.User,
},
];
opts = opts.map(o => {
const descriptionLocalizations = {};