1.3.1 • Published 2 years ago

@konkenbonken/discordscript v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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