Skip to content

Commit a53db4d

Browse files
authored
fix: remove unused import
1 parent 9c416c1 commit a53db4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as discord from 'discord.js';
2-
import { TranscriptImageDownloader, createTranscript } from '../src';
2+
import { createTranscript } from '../src';
33

44
import { config } from 'dotenv';
55
config();

0 commit comments

Comments
 (0)