concalc
v1.1.9
Published
A simple console calculator for your Console
Readme
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();