An awesome AI Chat Bot for Discord!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Working on projects is the most crucial stage in the learning path. In this step, you must be able to put all the skills and knowledge you learned theoretically into reality. And this becomes even more important when it comes to artificial intelligence or data science. As I began to study this field more deeply, I realized that finding application projects is not a hard task. We barely use Artificial Intelligence in many areas. Thus, we can find many new and different applications related to other fields such as medicine, engineering, accounting, etc. Although the most difficult thing is knowing what are the exact steps to follow in order to accomplish this specific project.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Get a free API Key at https://brainshop.ai/
- Clone the repo
git clone https://github.com./NicoRuizDev/DiscordChatBot.git
- Install NPM packages
npm install
- Enter your Configuration in
misc/config.json
- Start NPM
-
npm start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this 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 NicoRuizDev/DiscordChatBot
) - Commit your Changes (
git commit -m 'Add some Chat-Bot'
) - Push to the Branch (
git push origin NicoRuizDev/DiscordChatBot
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com./NicoRuizDev/DiscordChatBot