oddluck-limnoria-plugins/php/config.php

6 lines
119 B
PHP

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