Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Nov 11, 2023
1 parent 3086d5b commit e60daa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/src/features/buddy-project/cron-jobs/texts.ts
Original file line number Diff line number Diff line change
@@ -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?
Expand Down Expand Up @@ -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.*`;

0 comments on commit e60daa4

Please sign in to comment.