From 1fd26f8b3ccd5b676dc80eadccc8958bdc7d73d2 Mon Sep 17 00:00:00 2001 From: Tyler Chamberlain Date: Thu, 29 Feb 2024 09:30:21 -0600 Subject: [PATCH] add TriviaBot to repo --- data/packages.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/packages.php b/data/packages.php index 0236bec..18a34a4 100644 --- a/data/packages.php +++ b/data/packages.php @@ -654,6 +654,23 @@ "SlotBot.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-slotbot/8c2a1d883edfbffd1f1b1af9f064995afba15b44/SlotBot.lua" ], ], + "lua/TriviaBot" => [ + "priority" => PRIORITY_USEFUL_POPULAR, + "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_version" => "r1", + "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.",