Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzDerock authored Jun 14, 2024
1 parent 9c416c1 commit a53db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as discord from 'discord.js';
import { TranscriptImageDownloader, createTranscript } from '../src';
import { createTranscript } from '../src';

import { config } from 'dotenv';
config();
Expand Down

0 comments on commit a53db4d

Please sign in to comment.