From 9678e4e1e87a5d73c47683fe85848888ca8e857b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 9 Sep 2025 18:05:15 -0700 Subject: refactor: Move Discord APIs to Discord module --- src/reddit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reddit.ts') diff --git a/src/reddit.ts b/src/reddit.ts index 6fe576e..0c12739 100644 --- a/src/reddit.ts +++ b/src/reddit.ts @@ -1,4 +1,4 @@ -import type { TimePeriod } from './commands.ts'; +import type { TimePeriod } from './discord/types.ts'; export interface RedditPost { id: string; -- cgit v1.2.3