mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 10:51:22 +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) {
|
async run(value, comamnd, interaction) {
|
||||||
await interaction.respond(
|
await interaction.respond(
|
||||||
await this.client.autocomplete.components.get('ticket').getOptions(value, {
|
await this.client.autocomplete.components.get('ticket').getOptions(value, {
|
||||||
guildId: interaction.guild.id,
|
interaction,
|
||||||
open: false,
|
open: false,
|
||||||
userId: interaction.user.id,
|
userId: interaction.user.id,
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user