generated from nhcarrigan/template
15 lines
274 B
TypeScript
15 lines
274 B
TypeScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
|
|
/**
|
|
* Guild IDs that are granted free access to this bot and do NOT
|
|
* need to subscribe.
|
|
*/
|
|
export const entitledGuilds = [
|
|
"443134315778539530",
|
|
"1354624415861833870",
|
|
];
|