aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushCache.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/BushCache.ts')
-rw-r--r--src/lib/utils/BushCache.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts
index 915fcb1..947b15d 100644
--- a/src/lib/utils/BushCache.ts
+++ b/src/lib/utils/BushCache.ts
@@ -2,4 +2,8 @@ import { Snowflake } from 'discord.js';
export class BushCache {
public static superUsers = new Array<Snowflake>();
+ public static disabledCommands = new Array<string>();
+ public static blacklistedChannels = new Array<Snowflake>();
+ public static blacklistedGuilds = new Array<Snowflake>();
+ public static blacklistedUsers = new Array<Snowflake>();
}