3 lines
No EOL
75 B
JavaScript
3 lines
No EOL
75 B
JavaScript
module.exports = (client) => {
|
|
console.log('Discord client ready!');
|
|
}; |