Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A language for making discord bots, compiles to JavaScript to be run using Discord.js in Node.js

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages