From 259f61c3e07713b1ce01a51e1e371033571eb026 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 3 Jul 2022 18:29:51 +0200 Subject: [PATCH] newline --- src/utils/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/client.js b/src/utils/client.js index ba942f0..4e201c0 100644 --- a/src/utils/client.js +++ b/src/utils/client.js @@ -1,5 +1,6 @@ import { Client, Intents } from 'discord.js'; import { readFileSync } from 'fs'; + const { version } = JSON.parse(readFileSync('./package.json')); // Création du client et de ses propriétés