feature/98-timeout-command-2 #306

Merged
Vylpes merged 4 commits from feature/98-timeout-command-2 into develop 2023-06-30 17:33:04 +01:00
Showing only changes of commit b82e74bc68 - Show all commits

View file

@ -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();