Skip to content

Commit aecb3ce

Browse files
Adding reasons to SmackMyBitch.cs from ChatGpt
1 parent 43a0fe9 commit aecb3ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CSharp/SmackMyBitch.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616

1717
TwilioClient.Init(twilioAccountSid, authToken);
1818

19-
string[] reasons = {
20-
"Working hard",
21-
"Gotta ship this feature",
22-
"Someone fucked the system again"
23-
};
19+
var excuses = await new ChatGpt().GetReasonsToMyBitch();
2420

2521
var randomNumber = new Random().Next(reasons.Length);
2622
var reason = reasons[randomNumber];

0 commit comments

Comments
 (0)