Skip to content

Commit da5662a

Browse files
committed
fix(bot): add twitch username to /track | closes #173
1 parent 29c70c5 commit da5662a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ const commands: Record<string, Command> = {
708708
) {
709709
await interaction.reply({
710710
flags: MessageFlags.Ephemeral,
711-
content: `Started tracking the streamer ${platformUserId} (${platformUserId}) in <#${targetChannel?.id}>!`,
711+
content: `Started tracking the streamer ${streamerName} in <#${targetChannel?.id}>!`,
712712
});
713713
} else {
714714
await interaction.reply({

0 commit comments

Comments
 (0)