Skip to content

Commit b97edb1

Browse files
committed
final v2 changes
1 parent 1217247 commit b97edb1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/commands.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
);

web/src/pages/privacy.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "../styles/Theme.css";
99
import "../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 />

0 commit comments

Comments
 (0)