From 491bb14473176a8b6d9c1f4bf90ec2080cfbdece Mon Sep 17 00:00:00 2001 From: Tyler Chamberlain Date: Fri, 1 Mar 2024 11:22:04 -0600 Subject: [PATCH] TriviaBot 0.9 - Small tweaks and bugfixes --- data/packages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/packages.php b/data/packages.php index 806cfcb..189f543 100644 --- a/data/packages.php +++ b/data/packages.php @@ -650,12 +650,12 @@ "lua/TriviaBot" => [ "author" => "hexarobi", "description" => "Ask Jeopardy trivia questions in lobby and reward correct answers.", - "version" => "0.8.1r", + "version" => "0.9r", "depends" => [ "lua/natives-3095a", ], "files" => [ - "TriviaBot.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/089e6173039f2ec2e845e29573c9d075305f1371/TriviaBot.lua", + "TriviaBot.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/8246fd8853c427ee74a297daebccbf8dd4e1f20e/TriviaBot.lua", ], "resources" => [ "resources/TriviaBot/kids_teen.tsv" => "raw.githubusercontent.com/hexarobi/stand-lua-triviabot/089e6173039f2ec2e845e29573c9d075305f1371/resources/TriviaBot/kids_teen.tsv",