diff --git a/index.ts b/index.ts index 3553ca7..868b5fe 100644 --- a/index.ts +++ b/index.ts @@ -6,7 +6,7 @@ import Logger from "./src/utils/logger"; Util.fetchRecommendedShards(config.token).then((count) => { // console.log(`Starting ${config.variables.name}`) Logger.info({ - message: `Starting ${config.variables.name}....`, + message: `Starting ${config.variables.name} with ${count} Shards`, type: "event:start" }) new client(config, count)