DiscordScript A language for making discord bots, compiles to JavaScript to be run using Discord.js in Node.js How to use it: Parse bot.dcs and print output in console: node parser.js bot.dcs Parse bot.dcs and save output to bot.js: node parser.js bot.dcs bot.js Parse bot.dcs and save minified output to bot.js: node parser.js bot.dcs bot.js -m