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