Removed unused imports

This commit is contained in:
2022-07-05 14:58:27 +07:00
parent 00e558b5cb
commit 58e8e53a9b
16 changed files with 12 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Message, Interaction, CommandInteraction, BaseInteraction } from 'discord.js';
import { Message, CommandInteraction, BaseInteraction } from 'discord.js';
import Users from '../services/Users';