onury5506 / Discord-ChatGPT-Bot

Discord ChatGPT bot
MIT License
164 stars 74 forks source link
ai chatbot chatqpt discord-bot discord-js

Discord ChatGpt Bot

The bot now uses the official ChatGpt API. :tada: This means you can expect more reliable and consistent responses from the bot. However, if you prefer to use the unofficial API version, you can always find it on the "non_official_api" branch. Thank you for using our bot and contributing to the project!

We now have a convenient dashboard for configuring the bot, eliminating the need to restart it to modify settings. The bot runs on port 8080. Additionally, there are plans to integrate usage statistics into the dashboard.

commands :

You can test it on discord

Screenshots :

Screenshot_6

Screenshot_1

Screenshot_3

Screenshot_4

Screenshot_5

How to run it?

Firstly, you should rename ".env.example" file to ".env". After that you should fill it correctly. When you fill it, you can start it with two ways.

with nodejs


npm install

npm start

with docker


docker build -t discordchatgpt .

docker run -p 8080:8080 -v discordchatgptconfig:/discordChatGpt/configFile discordchatgpt