woomy/events/reconnecting.js

6 lines
160 B
JavaScript

// Copyright 2020 Emily J. / mudkipscience. Subject to the AGPLv3 license.
module.exports = (client) => {
client.logger.info('Reconnecting to Discord...')
}