1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-01 17:35:00 +00:00

Updated ready.js

This commit is contained in:
Christer Warén 2021-09-02 16:50:45 +03:00
parent bf0811945a
commit 46237fd91e

@ -4,10 +4,7 @@ module.exports = {
name: 'ready', name: 'ready',
async execute(client) { async execute(client) {
console.log('RadioX ' + client.config.version); client.funcs.logger("Bot", "Ready");
console.log('Internet Radio to your Discord guild');
console.log('(c)2020-2021 EximiaBots by Warén Group');
console.log('');
/*DEVELOPERS*/ /*DEVELOPERS*/
client.funcs.logger('Developers'); client.funcs.logger('Developers');