Skip to main content
Module

x/discordeno/tests/constants.ts

Discord API library for Deno
Extremely Popular
Go to Latest
File
export const CACHED_COMMUNITY_GUILD_ID = 907350958810480671n;
// CHANGE TO TRUE WHEN DEBUGGING SANITIZATION ERRORSexport const sanitizeMode = { sanitizeResources: false, sanitizeOps: false, sanitizeExit: false,};
// USED FOR ROLE CHANGE EVENTSexport const roleChanges = new Map<bigint, bigint[]>();export const banCounters = new Map<bigint, boolean>();export const reactionCounters = new Map<bigint, number>();