From cf1382d88c5e3298923c8cb243b7bc5751e68b53 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Mar 2025 22:27:57 -0500 Subject: Ported more commands; Made embed colour a const; Cleanup --- bot/src/storage/consts.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 bot/src/storage/consts.js (limited to 'bot/src/storage/consts.js') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js new file mode 100644 index 0000000..89f1b8a --- /dev/null +++ b/bot/src/storage/consts.js @@ -0,0 +1 @@ +export const abEmbedColour = '#0066a6'; -- cgit v1.2.3