mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
testing vscode's git stuffs
This commit is contained in:
17
index.js
17
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);
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user