NamVr / DiscordBot-Template

A boilerplate / template for discord.js v14 bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
https://djs.docs.namanvrati.me/
Apache License 2.0
316 stars 74 forks source link

[FIX] Autocomplete interaction not working in the template. #22

Closed StormPacer closed 1 year ago

StormPacer commented 1 year ago

The autocomplete interaction event had an if check to return if the interaction WAS autocomplete and not if the interaction wasn't.

This is a simple change which fixes that so autocomplete works.