diff --git a/scripts/commands/validate.js b/scripts/commands/validate.js index 1fda98ec..07e644f0 100644 --- a/scripts/commands/validate.js +++ b/scripts/commands/validate.js @@ -4,8 +4,6 @@ const chalk = require('chalk') program.argument('', 'Path to file to validate').parse(process.argv) -const options = program.opts() - async function main() { await api.channels.load()