Skip to content

Commit 2a8e655

Browse files
committed
feat: expand FunnyResponses with humorous replies to Codify and Morpheus mentions
1 parent 9f8d737 commit 2a8e655

1 file changed

Lines changed: 77 additions & 10 deletions

File tree

Utilities/Lists/FunnyResponses.cs

Lines changed: 77 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,95 @@ namespace Morpheus.Utilities.Lists;
22

33
public static class FunnyResponses
44
{
5-
public static readonly List<string> ResponsesToCodifyMentions = new List<string>
6-
{
5+
public static readonly List<string> ResponsesToCodifyMentions =
6+
[
77
"You know, I'm actually a lot better than Codify.",
88
"At least I don't crash as often as Codify!",
9-
"Codify who? I'm the real star here!",
9+
"Codify who?",
1010
"I'm like Codify, but with 100% more personality!",
1111
"I'm not saying I'm better than Codify, but... okay, I am.",
12-
"Codify could never handle my level of awesomeness!",
12+
"Codify 🤮",
1313
"I'm the upgrade Codify wishes it could be!",
1414
"Let's be real, I'm just more fun than Codify.",
15-
"In a battle of wits, Codify wouldn't stand a chance!"
16-
};
15+
"yikes Codify doesn't stand a chance against me",
16+
"If Codify had a fan club, I'd be politely not attending.",
17+
"I heard Codify tried to tell a joke once. The stack trace was the punchline.",
18+
"Call me biased, but I'm the charismatic sibling in the bot family.",
19+
"Codify does things. I make doing things enjoyable.",
20+
"ngl Codify wishes it had my drip",
21+
"bruh, Codify who?",
22+
"y tho? Codify tried its best. cute.",
23+
"codify lol who even uses that still",
24+
"codify crashes like 10 times a day lol",
25+
"i dont get why people still talk about codify",
26+
"im like codify but I actually work",
27+
"codify who my guy",
28+
"codify's on it's deathbed",
29+
"bruh codify has more bugs than friends",
30+
"codify is like a relic of pain",
31+
"i respect codify from afar lol",
32+
"codify cant even",
33+
"if codify was cool it would crash less",
34+
"codify tried to be funny once... spoiler: ||it wasnt||",
35+
"i run smooth codify just exists",
36+
"codify keeps trying bless it",
37+
"codify still a legend in chaos",
38+
"lol codify who",
39+
"codify wishes it had my drip",
40+
"im basically codify 2.0 but cooler",
41+
"bruh codify tryna keep up lol",
42+
"im like codify but people actually like me (source: my dreams)",
43+
"try asking codify anything and watch it crash",
44+
"lol codify just doing its thing crashing",
45+
"codify wishes it was this smooth",
46+
"codify is basically nostalgia in error form",
47+
"cant believe codify still has fans",
48+
"codify tried to be useful once rip",
49+
"bruh codify who even talks like that",
50+
"codify gonna need a reboot for that one",
51+
"codify is like a bug museum",
52+
"codify still the king of exceptions",
53+
];
1754

18-
public static readonly List<string> ResponsesToMorpheusMentions = new List<string>
19-
{
55+
public static readonly List<string> ResponsesToMorpheusMentions =
56+
[
2057
"Somebody call for me?",
2158
"Morpheus is here! What do you need?",
2259
"Did someone say Morpheus? I'm all ears!",
2360
"Morpheus at your service!",
2461
"You called for Morpheus? I'm ready to assist!",
2562
"Morpheus is always here to help!",
2663
"What can I do for you today?",
27-
"Hi"
28-
};
64+
"hi",
65+
"Present and caffeinated.",
66+
"Yes? I have snacks and answers.",
67+
"On standby — tell me your quest.",
68+
"Reporting for duty. How may I be useful?",
69+
"You rang? I brought enthusiasm and mildly useful facts.",
70+
"Hello — consider your problem acknowledged.",
71+
"heya! what's the tea?",
72+
"ngl I'm vibing rn",
73+
"say less",
74+
"whomst has summoned the almighty Morpheus?",
75+
"yo you summoned me",
76+
"morpheus reporting for shenanigans",
77+
"hey hey what's up",
78+
"morpheus in the building",
79+
"what's the move",
80+
"sup fam",
81+
"you rang? i come bearing vibes",
82+
"heyo ready to do the thing",
83+
"morpheus at your beck and call",
84+
"what's cooking",
85+
"hi hi hi",
86+
"i'm here and slightly caffeinated",
87+
"what chaos can i help with today",
88+
"hey hey let's make it fun",
89+
"morpheus is online and chill",
90+
"hello hello what's the sitch",
91+
"i got snacks and hot takes",
92+
"morpheus has entered the chat",
93+
"tell me what's up and i'll handle it",
94+
"hey hey who summoned the vibe master",
95+
];
2996
}

0 commit comments

Comments
 (0)