eximiabots-radiox/events/ready.js

8 lines
280 B
JavaScript
Raw Normal View History

2020-03-02 19:38:42 +00:00
module.exports = {
name: 'ready',
async execute(client, Discord) {
2020-03-08 14:22:00 +00:00
console.log('RadioX');
console.log('We will bring you finnish radio to your discord server');
console.log('(c)2020 EximiaBots by Warén Media / Christer Warén & MatteZ02');
2020-03-02 19:38:42 +00:00
}
2020-03-08 14:22:00 +00:00
}