Skip to content

Commit 88e14d2

Browse files
committed
refactor(lib): create lib/discord subfolder
1 parent c901991 commit 88e14d2

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/util/close.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
canMemberInteractWithThread,
55
getChannelFromInteraction,
66
isHelpPost,
7-
} from "@lib/channels.js";
7+
} from "@lib/discord/channels.js";
88

99
import {
1010
type ThreadChannel,

src/commands/util/walkthrough.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { config } from "@lib/config.js";
22

3-
import { isHelpPost as isHelpThread } from "@lib/channels.js";
3+
import { isHelpPost as isHelpThread } from "@lib/discord/channels.js";
44
import issueCategorySelector from "@components/issueCategorySelector.js";
55

66
import {

0 commit comments

Comments
 (0)