Skip to content

Commit

Permalink
fix: log command
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Apr 20, 2024
1 parent a39db83 commit 2e4c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dota/src/twitch/commands/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ commandHandler.registerCommand('test', {
}

if (args[0] === 'logs') {
const query = await getLogQuery(channel)
const query = await getLogQuery(channel.replace('#', ''))
chatClient.whisper(userId, query || "Couldn't find user")
return
}
Expand Down

0 comments on commit 2e4c0ca

Please sign in to comment.