generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m17s
13 lines
244 B
JavaScript
13 lines
244 B
JavaScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
const entitledGuilds = [
|
|
"1354624415861833870",
|
|
];
|
|
const entitledUsers = [
|
|
"465650873650118659",
|
|
];
|
|
export { entitledGuilds, entitledUsers };
|