Files
liora/src/config/entitlements.ts
T
2025-07-21 15:28:32 -07:00

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 };