Skip to content

Commit f1fe949

Browse files
refactor: removed useless import
1 parent 5902a0b commit f1fe949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/discordjs/examples/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import DiscordAnalytics from '../src/index'; // Replace it with @discordanalytics/discordjs in your project
22
import {
33
ActionRowBuilder, Client, IntentsBitField, InteractionType, ModalBuilder,
4-
ReactionEmoji, TextInputBuilder, TextInputStyle
4+
TextInputBuilder, TextInputStyle
55
} from 'discord.js';
66
import 'dotenv/config';
77

0 commit comments

Comments
 (0)