Remove unused import statement
This commit is contained in:
parent
04b6c840cd
commit
b82e74bc68
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ import { CoreClient } from "./client/client";
|
|||
import * as dotenv from "dotenv";
|
||||
import registry from "./registry";
|
||||
import { IntentsBitField } from "discord.js";
|
||||
import StringTools from "./helpers/StringTools";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
@ -36,4 +35,4 @@ const client = new CoreClient([
|
|||
registry.RegisterCommands();
|
||||
registry.RegisterEvents();
|
||||
|
||||
client.start();
|
||||
client.start();
|
||||
|
|
Loading…
Reference in a new issue