Adding reasons to `SmackMyBitch.cs` from ChatGpt
This commit is contained in:
parent
43a0fe9e6a
commit
aecb3cea0e
|
|
@ -16,11 +16,7 @@ const string herNumber = "+xxx";
|
||||||
|
|
||||||
TwilioClient.Init(twilioAccountSid, authToken);
|
TwilioClient.Init(twilioAccountSid, authToken);
|
||||||
|
|
||||||
string[] reasons = {
|
var excuses = await new ChatGpt().GetReasonsToMyBitch();
|
||||||
"Working hard",
|
|
||||||
"Gotta ship this feature",
|
|
||||||
"Someone fucked the system again"
|
|
||||||
};
|
|
||||||
|
|
||||||
var randomNumber = new Random().Next(reasons.Length);
|
var randomNumber = new Random().Next(reasons.Length);
|
||||||
var reason = reasons[randomNumber];
|
var reason = reasons[randomNumber];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue