Skip to content

cup-lang/cuppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuppy 

Cup Discord Bot. Check it out in action here in the #commands channel.


Usage

  • !help - Lists available commands.
  • !build [CODE] - Compiles given code.
  • !run [CODE] - Compiles and runs given code.

Installing

git clone /~https://github.com/cup-lang/cuppy
cd cuppy
npm install

Next you should create a file called token in the root of the project and put your Discord Bot Token there.

Running

npm start