Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 419 Bytes

File metadata and controls

16 lines (15 loc) · 419 Bytes

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