1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-04-30 20:24:57 +00:00

Added version to console.log in ready.js

This commit is contained in:
Christer Warén 2021-08-21 17:56:33 +03:00
parent 42b8f52834
commit 9533748f0f

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