From 9533748f0f7975d74d158911f9592dba539fb31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 21 Aug 2021 17:56:33 +0300 Subject: [PATCH] Added version to console.log in ready.js --- src/client/events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/events/ready.js b/src/client/events/ready.js index c0ebb19..8dee649 100644 --- a/src/client/events/ready.js +++ b/src/client/events/ready.js @@ -4,7 +4,7 @@ module.exports = { name: 'ready', async execute(client, Discord) { - console.log('RadioX'); + console.log('RadioX ' + client.config.version); console.log('Internet Radio to your Discord guild'); console.log('(c)2020-2021 EximiaBots by Warén Group');