mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 02:41:21 +02:00
fix: references
option on the /new
command
This commit is contained in:
parent
d0dca06b37
commit
37ece87b4e
@ -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,
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user