Skip to content

Commit 04cd953

Browse files
committed
chore: remove redundant comments
1 parent 17aa950 commit 04cd953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/runtime/server/utils/client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ export class DiscordClient {
342342

343343
async #handleAutocomplete(interaction: AutocompleteInteraction, command: SlashCommandRuntime): Promise<void> {
344344
const commandName = interaction.commandName
345-
// const command = this.#slashCommands.find(cmd => cmd.name === commandName)
346-
347-
// console.log('Handling autocomplete for command:', commandName, 'focused option:', interaction.options.getFocused(true).name)
348345

349346
if (!command) {
350347
logger.warn(`Unknown slash command: ${commandName}`)

0 commit comments

Comments
 (0)