File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -294,9 +294,6 @@ const commands: Record<string, Command> = {
294294 interaction . channelId ;
295295 const guildId = isDm ? discordChannelId : interaction . guildId ;
296296
297- // Log the autocomplete value
298- console . log ( `Autocomplete value: ${ platformUserId } ` ) ;
299-
300297 // Checks if the platform is valid ig
301298 if ( targetPlatform != "youtube" && targetPlatform != "twitch" ) {
302299 await interaction . reply ( {
@@ -615,7 +612,7 @@ const commands: Record<string, Command> = {
615612 // Check if the channel is already being tracked in the guild
616613 const trackedChannels =
617614 await checkIfGuildIsTrackingUserAlready (
618- Platform . YouTube ,
615+ Platform . Twitch ,
619616 platformUserId ,
620617 guildId ,
621618 ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import "../styles/Theme.css";
99import " ../styles/Diagonals.css" ;
1010---
1111
12- <Layout title =" TOS - Feedr Discord Bot" >
12+ <Layout title =" Privacy Policy - Feedr Discord Bot" >
1313 <Navbar client:load />
1414 <!-- <Hero client:load /> -->
1515 <LegalStuffPrivacy client:load />
You can’t perform that action at this time.
0 commit comments