Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 709 Bytes

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