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. */