diff --git a/README.md b/README.md index 516afb7..3aee5e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. diff --git a/example.png b/example.png new file mode 100644 index 0000000..290029e Binary files /dev/null and b/example.png differ