<?php
/**
 * Options for the oauthdiscordserver plugin
 */

$meta['key'] = array('string');
$meta['secret'] = array('password');
$meta['serverID'] = array('string');
$meta['roleID'] = array('string');
