Skip to content

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

Notifications You must be signed in to change notification settings

KonkenBonken/DiscordScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published