summaryrefslogtreecommitdiff
path: root/src/reddit.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-09 18:05:15 -0700
committerFuwn <[email protected]>2025-09-09 18:05:15 -0700
commit9678e4e1e87a5d73c47683fe85848888ca8e857b (patch)
tree42235ab613eba920ef46ceaba946f2fdc6362427 /src/reddit.ts
parentfix: Properly handle videos (diff)
downloadumabotdiscord-9678e4e1e87a5d73c47683fe85848888ca8e857b.tar.xz
umabotdiscord-9678e4e1e87a5d73c47683fe85848888ca8e857b.zip
refactor: Move Discord APIs to Discord module
Diffstat (limited to 'src/reddit.ts')
-rw-r--r--src/reddit.ts2
1 files changed, 1 insertions, 1 deletions
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;