Skip to content

Commit e9b1db9

Browse files
authored
added guide to commands.ts
1 parent 6c9f657 commit e9b1db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const commands: Record<string, Command> = {
231231
if (platformUserId.length != 24 || !platformUserId.startsWith('UC')) {
232232
await interaction.reply({
233233
ephemeral: true,
234-
content: 'Invalid YouTube channel ID format! Each channel ID should be 24 characters long and start with "UC". Handles are currently not supported.',
234+
content: 'Invalid YouTube channel ID format! Each channel ID should be 24 characters long and start with "UC". Handles are currently not supported. Need to find the channel ID? We have a guide here: https://github.com/GalvinPython/feedr/wiki/Guide:-How-to-get-the-YouTube-Channel-ID',
235235
});
236236
return;
237237
}
@@ -459,4 +459,4 @@ for (const key in commands) {
459459
}
460460
}
461461

462-
export default commandsMap;
462+
export default commandsMap;

0 commit comments

Comments
 (0)