apprev/src/Constants.ts
2025-05-24 17:17:45 -04:00

14 lines
362 B
TypeScript

export const Constants = {
PENDING_CHANNEL_ID: "1370539719842070683",
REJECTION_CHANNEL_ID: "1371073658403164261",
REVIEWER_ROLE_ID: "1375617676139040909",
MOD_ROLE_ID: "1370539692143153152",
MANAGER_ROLE_ID: "1370539689659863091",
OWNER_ID: "886685857560539176",
COLORS: {
NEW_REQ: 0xaaaaff,
BAD: 0xffaaaa,
YELLOW: 0xeadb77,
GOOD: 0xaaffaa
}
};