mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 09:23:07 +02:00
fix auto complete
This commit is contained in:
parent
96ec85f14a
commit
74c0fd0fd1
@ -10,10 +10,10 @@ module.exports = class extends Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run({
|
run({
|
||||||
autocompleter,
|
completer,
|
||||||
interaction,
|
interaction,
|
||||||
}) {
|
}) {
|
||||||
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${autocompleter.id}" autocompleter`);
|
this.client.log.verbose.autocomplete(`${interaction.user.tag} used the "${completer.id}" autocompleter`);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -205,10 +205,10 @@ module.exports = class extends Listener {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// TODO: staff status alert, working hours alerts
|
// TODO: staff status alert, working hours alerts
|
||||||
} else {
|
|
||||||
// TODO: auto tag
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: auto tag
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user