onury5506 / Discord-ChatGPT-Bot

Discord ChatGPT bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord ChatGpt Bot

The bot now uses the official ChatGpt API. 🎉 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 ask anything with /ask 'question'
  • You can generate images with /image 'prompt'
  • You can edit other members' pp with /remix @mentionuser prompt

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

About

Discord ChatGPT bot

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 21.3%Language:CSS 10.7%Language:Dockerfile 0.5%