Skip to content

Commit 8deee46

Browse files
committed
Added missing option to /db-admin export-table
1 parent 9d2bf1c commit 8deee46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/net/javadiscord/javabot/data/h2db/commands/ExportTableSubcommand.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public ExportTableSubcommand() {
4242
.addChoice("Question of the Week Submissions", "QOTW_SUBMISSIONS")
4343
.addChoice("Reserved Help Channels", "RESERVED_HELP_CHANNELS")
4444
.addChoice("Starboard", "STARBOARD")
45-
.addChoice("Warns", "WARN"),
45+
.addChoice("Warns", "WARN")
46+
.addChoice("User Preferences", "USER_PREFERENCES"),
4647
new OptionData(OptionType.BOOLEAN, "include-data", "Should data be included in the export?")));
4748
requireUsers(Bot.getConfig().getSystems().getAdminConfig().getAdminUsers());
4849
requirePermissions(Permission.MANAGE_SERVER);

0 commit comments

Comments
 (0)