Delete disconnect.js, reconnection.js

This commit is contained in:
Emily 2020-03-10 12:01:44 +11:00
parent c4ca29f56d
commit b9b14a45d2
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
module.exports = client => { // logs if the bot gets disconnected from discord.
client.logger.warn(`Bot disconnected at ${new Date()}`);
};

View File

@ -1,3 +0,0 @@
module.exports = client => { // logs when the bot reconnects to discord
client.logger.info(`Reconnecting at ${new Date()}`);
};