module.exports.matches = [ { "!8ball" } ]; function basicRoute(str) { if(str.startsWith("!8ball")) { } }