Discord Bot - CareSasi - Creating own Discord bot with discord.js
library. Create for use to help mathematic ,scientific and fix my problem in real life.
- Mathematics Calculate such as Linear algebra and Statistic.
- Sciencetific Reserach and analysist Data
- Entertainment such as Playgame , Playmusic
- Manage Webserver Crash
- Notification about New Technology
You should know javascript , Node.JS and MangoDB. I'm using modern javascript specification like ES6.
- Text editor or IDE — Sublime Text 3 , NeoVim , Visual Studio Code
I'm used
- Node JS server installed
- MangoDB
Download or clone repository.
Install Packages.
$ npm install
or
$ yarn install
- Customize
src/Data/config.json
file to fit your needs
...
{
"prefix": ">",
"token": "YOUR_TOKEN",
"logger": "",
"color": "2f3136"
}
prefix
— your bot command prefix
TOKEN
— your bot token (should always be private)
Last Updated : 10/1/2022 By @tententgc