From e60daa45528efe1008ed525082a39897653b1500 Mon Sep 17 00:00:00 2001 From: geisterfurz007 Date: Sat, 11 Nov 2023 20:34:24 +0100 Subject: [PATCH] chore: formatting --- packages/server/src/features/buddy-project/cron-jobs/texts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/src/features/buddy-project/cron-jobs/texts.ts b/packages/server/src/features/buddy-project/cron-jobs/texts.ts index f5b2202f..f686025d 100644 --- a/packages/server/src/features/buddy-project/cron-jobs/texts.ts +++ b/packages/server/src/features/buddy-project/cron-jobs/texts.ts @@ -1,4 +1,4 @@ -import { GuildBasedChannel, TextChannel } from "discord.js"; +import { GuildBasedChannel } from "discord.js"; export const oddQuestions = `1. What were the highest and lowest points in your life so far respectively? 3. What is the one thing that you regret saying ”no” to? @@ -35,6 +35,6 @@ export const evenQuestions = ` export const intro = ( buddyId: string, - channel: GuildBasedChannel | undefined + channel: GuildBasedChannel | undefined, ) => `Your buddy is <@${buddyId}>! *Only shows up as numbers and symbols? Have a look at ${channel} to find help.*`;