module.exports = function(User, Message) { const command = Message.split(" ")[0]; switch (command) { case "!help": break; case "!lock": break; } }