Skip to content

damianschoenberger/concalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concalc Docs

Current Version: 1.1.9

Change Log: Addes more AI Awnsers

Before you start you need to check, if you have Installed console-calculator.

Support Server

Put this in your Script, that you can Start :D

const { calculator } = require('concalc');

calculator.start();

To Start using the Counter put this in your Script:

const { counter } = require('concalc');

counter.start();

To Start using the AI put this in your Script:

const { ai } = require('concalc');

ai.start();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published