mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Added version to console.log in ready.js
This commit is contained in:
parent
42b8f52834
commit
9533748f0f
@ -4,7 +4,7 @@ module.exports = {
|
|||||||
name: 'ready',
|
name: 'ready',
|
||||||
async execute(client, Discord) {
|
async execute(client, Discord) {
|
||||||
|
|
||||||
console.log('RadioX');
|
console.log('RadioX ' + client.config.version);
|
||||||
console.log('Internet Radio to your Discord guild');
|
console.log('Internet Radio to your Discord guild');
|
||||||
console.log('(c)2020-2021 EximiaBots by Warén Group');
|
console.log('(c)2020-2021 EximiaBots by Warén Group');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user