We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c70c5 commit da5662aCopy full SHA for da5662a
src/commands.ts
@@ -708,7 +708,7 @@ const commands: Record<string, Command> = {
708
) {
709
await interaction.reply({
710
flags: MessageFlags.Ephemeral,
711
- content: `Started tracking the streamer ${platformUserId} (${platformUserId}) in <#${targetChannel?.id}>!`,
+ content: `Started tracking the streamer ${streamerName} in <#${targetChannel?.id}>!`,
712
});
713
} else {
714
0 commit comments