generated from nhcarrigan/template
feat: build out discord support agent
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m17s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m17s
This commit is contained in:
12
bot/prod/config/entitlements.js
Normal file
12
bot/prod/config/entitlements.js
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
const entitledGuilds = [
|
||||
"1354624415861833870",
|
||||
];
|
||||
const entitledUsers = [
|
||||
"465650873650118659",
|
||||
];
|
||||
export { entitledGuilds, entitledUsers };
|
Reference in New Issue
Block a user