Skip to content

Commit

Permalink
Add TriviaBot (closes #114)
Browse files Browse the repository at this point in the history
Co-Authored-By: Tyler Chamberlain <[email protected]>
  • Loading branch information
Sainan and hexarobi committed Mar 1, 2024
1 parent bfd2c7d commit a0e9766
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,21 @@
"SlotBot.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-slotbot/8c2a1d883edfbffd1f1b1af9f064995afba15b44/SlotBot.lua"
],
],
"lua/TriviaBot" => [
"author" => "hexarobi",
"description" => "Ask Jeopardy trivia questions in lobby and reward correct answers.",
"version" => "0.8.1r",
"depends" => [
"lua/natives-3095a",
],
"files" => [
"TriviaBot.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/089e6173039f2ec2e845e29573c9d075305f1371/TriviaBot.lua",
],
"resources" => [
"resources/TriviaBot/kids_teen.tsv" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/089e6173039f2ec2e845e29573c9d075305f1371/resources/TriviaBot/kids_teen.tsv",
"resources/TriviaBot/master_season1-35.tsv" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/089e6173039f2ec2e845e29573c9d075305f1371/resources/TriviaBot/master_season1-35.tsv",
],
],
"lua/luaffi" => [
"is_dependency" => true,
"author" => "Calamity, Inc.",
Expand Down

0 comments on commit a0e9766

Please sign in to comment.