From 8f11ffe63a2304cbc896cb22146791987c852c3d Mon Sep 17 00:00:00 2001 From: RedGuy12 Date: Thu, 30 Mar 2023 20:40:30 -0500 Subject: [PATCH] export Signed-off-by: RedGuy12 --- commands/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/settings.ts b/commands/settings.ts index 8728d3d4d..09b46c013 100644 --- a/commands/settings.ts +++ b/commands/settings.ts @@ -13,7 +13,7 @@ import { defineCommand } from "../common/types/command.js"; import { weeklyXpDatabase } from "../common/xp.js"; import { isAprilFools } from "../secrets.js"; -const userSettingsDatabase = new Database<{ +export const userSettingsDatabase = new Database<{ /** The ID of the user. */ user: Snowflake; /** Whether to ping the user when their message gets on the board. */