fix: references option on the /new command

This commit is contained in:
Isaac 2025-02-12 03:07:37 +00:00
parent d0dca06b37
commit 37ece87b4e
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -17,7 +17,7 @@ module.exports = class ReferencesCompleter extends Autocompleter {
async run(value, comamnd, interaction) {
await interaction.respond(
await this.client.autocomplete.components.get('ticket').getOptions(value, {
guildId: interaction.guild.id,
interaction,
open: false,
userId: interaction.user.id,
}),