Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jul 30, 2023
1 parent d36dd49 commit 99901e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wheatley.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {
starboard_channel_id,
staff_action_log_channel_id, fetch_root_mod_list
} from "./common.js";
import { critical_error, fetch_forum_channel, fetch_text_channel, fetch_thread_channel, M, directory_exists, SelfClearingMap,
string_split, zip } from "./utils.js";
import { critical_error, fetch_forum_channel, fetch_text_channel, fetch_thread_channel, M, directory_exists,
SelfClearingMap, string_split, zip } from "./utils.js";
import { BotComponent } from "./bot-component.js";
import { BotCommand, BotModalHandler, BotTextBasedCommand, MessageContextMenuCommandBuilder, ModalHandler,
TextBasedCommand, TextBasedCommandBuilder } from "./command.js";
Expand Down

0 comments on commit 99901e2

Please sign in to comment.