mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
8 lines
280 B
JavaScript
8 lines
280 B
JavaScript
module.exports = {
|
|
name: 'ready',
|
|
async execute(client, Discord) {
|
|
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');
|
|
}
|
|
} |