An open-source (FOSS) alternative to Discord Chat Economy bots in popular servers that has various events to be triggered randomly in your chat, based on confidence scores of chat activity. Events include math equations, unscramble the word, speed clicker, and more!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Coming Soon!
To get started, you should have node.js
& npm
installed. (Node.js 16.9.0 or newer is required)
To get a local/server copy up and running, follow these simple example steps.
-
Clone the repository to get started.
git clone https://github.com/NamVr/Chat-Economy-Bot.git
-
Install NPM packages.
npm install
-
Initialize your project.
npm run init
You have to follow the steps in the
init
script. Input yourtoken
,client_id
,owner_id
andguild_id
. The script will automatically createconfig.json
&database
for you.⚠️ This is a one-time setup! -
Setup your
config.json
's settings according to your server variables. Make sure to also get a Wordnik API Key to setupapis >> wordnik
in the configuration. -
You should be all set as of now, start your bot!
npm start
Coming Soon!
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, create, and inspire. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache-2.0 License. See LICENSE.txt
for more information.
Naman Vrati - @namanvrati - [email protected]
Project Link: https://github.com/NamVr/Chat-Economy-Bot