From 58d2b38a7947eeedcdc6973bd3172107438ca107 Mon Sep 17 00:00:00 2001 From: ngoomie Date: Mon, 15 May 2023 17:55:13 -0600 Subject: [PATCH] small readme change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3ae5d7..8b9d191 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Pulls random questions from a database and posts them using Discord webhooks. ![Example screenshot](example.png) ## Misc info -Requires `DBI` and `WebService::Discord::Webhook` from the CPAN. Find the `$url` var and change it to have your webhook URL. Run periodically using a cron script or similar. Has been tested on the following operating systems: +Requires `DBI` and `WebService::Discord::Webhook`. Find the `$url` var and change it to have your webhook URL. Run periodically using a cron script or similar. Has been tested on the following operating systems: - Fedora (36, 37) - Rocky Linux (9) @@ -20,4 +20,4 @@ Create a database from the included 'questions.sql' file. - **used**: indicates whether a question has been used or not, indended to be either '0' for unused or '1' for used but can be other numbers if you need (i.e. '2' which you assign to questions you want to use but not right now, and you have another tool that will switch them over to '0' at a specified time) - **when**: Unix timestamp indicating when the question was used, just for reference -By default expects a database named `questions.sqlite`. Has only been tested with SQLite but should theoretically work with other database formats that DBI supports? +By default expects a database named `questions.sqlite`. Has only been tested with SQLite but should theoretically work with other database formats that DBI supports?