Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
Signed-off-by: RedGuy12 <paul@reid-family.org>
  • Loading branch information
cobaltt7 committed Mar 31, 2023
1 parent 911a87c commit 8f11ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 8f11ffe

Please sign in to comment.