mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 09:41:27 +03:00
fix: references
option on the /new
command
This commit is contained in:
@@ -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,
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user