Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions apps/tk/src/consts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ export const DAILY_MESSAGES = [
"Let's flex your brain muscles! 💪👅😈",
"𝓛𝓮𝓽'𝓼 𝓬𝓸𝓭𝓮 𝓿𝓻𝓸 ❤️‍🔥⛓️👅",
"I'm 𝓯𝓻𝓮𝓪𝓴𝔂 T.K! 🛡️👅",
"Lock in!",
"Time to use 101% of your brain power! 🧠",
"Time to beat 100% submissions with your algorithms!",
"1337 1337 1337...",
"Rise up, coding people!",
"Tuff problem, you got this tho.",
"Leetcodemaxxing time 🥶",
];

export const DISCORD_LEETCODE_ROLE_ID = "1264645162060091483";
Expand Down Expand Up @@ -147,6 +154,23 @@ export const EIGHTBALL_RESPONSES = [
"The stars in the milky way are blinking in a decidedly good fashion!",
"Yeah that ain't happening.",
"Bro that's definitely happening.",
"Fosho.",
"Good question. I don't know.",
"I can't tell.",
"Yes. (trust me bro)",
"Of course.",
"No idea bro.",
"That seems potential.",
"Never. I'm telling you.",
"bool answer = true;",
"bool answer = false;",
"TK says no.",
"TK says yes.",
"6/7.",
"Lame question, sybau 💔",
"what 😭",
"yes lowkenuinely.",
"Based question, an insta yes from me.",
];

export type WeatherMapKeys = Record<
Expand Down
Loading