Commands: Add core missing command
This commit is contained in:
@@ -40,6 +40,12 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
if (interaction.commandName === 'missing') {
|
||||
|
||||
choices = (await SearchUtils.findByName(Group, focusedOption.value))["choices"];
|
||||
|
||||
}
|
||||
|
||||
if (interaction.commandName === 'wishlist') {
|
||||
choices = (await SearchUtils.findByName(Character, focusedOption.value))["choices"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user