generated from nhcarrigan/template
14 lines
238 B
TypeScript
14 lines
238 B
TypeScript
/**
|
|
* @copyright nhcarrigan
|
|
* @license Naomi's Public License
|
|
* @author Naomi Carrigan
|
|
*/
|
|
const entitledGuilds = [
|
|
// Naomi's server.
|
|
"1354624415861833870",
|
|
// FreeCodeCamp
|
|
"692816967895220344",
|
|
];
|
|
|
|
export { entitledGuilds };
|