Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: set module correctly for autocomplete interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 28, 2023
1 parent 35047ca commit cd3947c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/interactions/autocomplete/lyrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { lyricsExtractor } from '@discord-player/extractor';

const loggerTemplate = loggerModule.child({
source: 'lyrics.js',
module: 'slashCommand',
module: 'autocompleteInteraction',
name: '/lyrics'
});

Expand Down
2 changes: 1 addition & 1 deletion src/interactions/autocomplete/play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CustomAutocompleteInteraction } from '../../types/interactionTypes';

const loggerTemplate = loggerModule.child({
source: 'play.js',
module: 'slashCommand',
module: 'autocompleteInteraction',
name: '/play'
});

Expand Down

0 comments on commit cd3947c

Please sign in to comment.