Code Refactoring

This commit is contained in:
Indrajith K L
2021-03-27 21:58:22 +05:30
parent e3dba82cf3
commit 3e1cdeaf02

View File

@@ -7,7 +7,6 @@ const client = new Client();
client.commands = new Collection();
let casualMessages = {};
const CMD_PREFIX = "!";
const dayToMilliS = 60 * 60 * 24 * 1000;
client.on('message', (message) => {
if (message.author.bot) return;