1<?php
2/**
3 * Options for the oauthdiscordserver plugin
4 */
5
6$meta['key'] = array('string');
7$meta['secret'] = array('password');
8$meta['serverID'] = array('string');
9$meta['roleID'] = array('string');
10