Skip to content

Commit

Permalink
Merge pull request #456 from gowon-bot/447-npc-set-preset-not-working
Browse files Browse the repository at this point in the history
Fix !npc set
  • Loading branch information
abbyfour authored Oct 11, 2023
2 parents 9090956 + e37a371 commit 467086a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export abstract class NowPlayingConfigChildCommand<
.map(([k]) => k);
}

return (this.presets as any)[preset[0]];
return (this.presets as any)[preset];
}
}

Expand Down

0 comments on commit 467086a

Please sign in to comment.