<?php
/**
* Change db location here to point to your database from the bot
*/
$db = new PDO('sqlite:trivia.db');
?>