-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
even more typings (...and some smol refactorings)
hopefully the refactorings don't break anything lul, attempting to modify parseReply and getRandomIntFromInterval both broke like, immediately lol
- Loading branch information
Showing
3 changed files
with
54 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,33 @@ | ||
{ | ||
"bestPonyAnswer1": [ | ||
"who": "best_pony", | ||
"who_answer": [ | ||
"%s %s I am, of course!" | ||
], | ||
"bestPonyAnswer2": [ | ||
|
||
"canni": "canni_best_pony", | ||
"canni_answer": [ | ||
"%s I sure am!" | ||
], | ||
"bestPonyAnswer3": [ | ||
|
||
"bizaam": "bizaam_best_pony", | ||
"bizaam_answer": [ | ||
"%s A bizaam isn't a pony, silly..." | ||
], | ||
"bestPonyAnswer4": [ | ||
|
||
"assfart": "assfart_best_pony", | ||
"assfart_answer": [ | ||
"%s Rude!" | ||
], | ||
"bestPonyAnswer5": [ | ||
|
||
"fanta": "fanta_best_pony", | ||
"fanta_answer": [ | ||
"%s Is this a GalaCon thing?", | ||
"%s I'm fuelled by Fanta. Therefore I am best pony.", | ||
"%s Fanta is a carbonated soft drink and most definitely not a pony..." | ||
], | ||
"bestPonyAnswerDefault": [ | ||
|
||
"interject": "interject_best_pony", | ||
"interject_answer": [ | ||
"%s Nu-uh. I am best pony!" | ||
], | ||
"bestPonyType": "bestPony", | ||
"canniBestPonyType": "canniBestPony", | ||
"bizaamBestPonyType": "bizaamBestPony", | ||
"assFartBestPonyType": "assfartBestPony", | ||
"fantaBestPonyType:": "fantaBestPony", | ||
"interjectType": "interject" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters