4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
|
module.exports = (client) => {
|
||
|
client.logger.warn('Lost connection to Discord.')
|
||
|
}
|