From 1b597031cffa0ccd8d3039e5f0d2137f24d484d3 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sat, 16 Mar 2019 14:54:17 +1100 Subject: [PATCH] testing vscode's git stuffs --- index.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/index.js b/index.js index 6b4e6ba..da246d3 100644 --- a/index.js +++ b/index.js @@ -125,21 +125,4 @@ function doCommand(msg, prefix) { delete require.cache[require.resolve('./commands/' + cmds[0].file)] } - - - //if (msg.guild.id != "355555081296412683") return; - - //if (linkify.find(message).length > 0) - //msg.reply(linkify.find(message)[0].href); - - /* - if (fs.existsSync('./commands/' + command + '.js')) { - console.log(msg.member.displayName + ": " + command); - - var reqcommand = require('./commands/' + command); - reqcommand.runcommand(client, msg, database); - delete require.cache[require.resolve('./commands/' + command)]; - - database.user_add_command(msg.member.id, msg.guild.id); - }*/ } \ No newline at end of file