From d7c46a9eae28046bb26da182abc298dc18ed5a10 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 23 Mar 2025 01:39:11 -0400 Subject: Replacing Astro with Next.JS; Prefix warning; Consistent env vars --- bot/src/storage/consts.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/src/storage') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 9255cd2..9a408f4 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -8,3 +8,6 @@ export const userWhitelist = ['242775871059001344']; export const autoRole = true; export const serverWhitelist = '243022206437687296'; export const roleWhitelist = '657426918416580614'; + +export const prefix = 'ab:'; +export const prefixNotice = true; -- cgit v1.2.3