This is README for v1.0.0-alpha
version of this bot (@discord.js based).
- Rock Paper Scissors
- Instant learning
- Easy to train
- Easy to customize (see Brain.js doc)
- Understandable
-
optimization -
ReadME Update - [] Full translation
- [] More commands
- [] Effecient logs
Important: this version 1.0.0-alpha is the first version. As time goes by, further releases would be done. Branches would be created to separate the releases:
-
2.0.x, e.g.
v2.0.0-beta.15
: https://github.com/booleans-oss/brainly/releases/tag/1.0.0 -
next
release: https://github.com/booleans-oss/brainly/releases/tag/1.0.0/next
Install using git:
git clone [email protected]:booleans-oss/brainly.git
Install using npm:
npm i
or using yarn;
Change the .env example with the your information.
Using internal implemented script
npm run start
or using node;
node src/index.js
There isn't any configuration to do. The credentials need to be done on your side. Config and Token files are not provided in this repository.
see CONTRIBUTING.md