remove mention of unicode issue from readme

i fixed the unicode issue but forgot to remove mention of it from the readme in my initial commit for that fix, oops
This commit is contained in:
ngoomie 2023-03-15 06:57:31 +00:00
parent 8c415e9850
commit e65f71b09f
1 changed files with 1 additions and 3 deletions

View File

@ -5,9 +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 Fedora 36 & 37 as well as Rocky Linux 9.
**Question data written using anything other than plain latin does not work.** I plan to fix this eventually, hopefully!
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 Fedora 36 & 37 as well as Rocky Linux 9.
## Database info
Create a database from the included 'questions.sql' file.