/Discord-ChatGPT-Bot

Discord ChatGPT bot

Primary LanguageJavaScriptMIT LicenseMIT

Discord ChatGpt Bot

In this project I used DiscordJs and chatgpt.

You can ask anything with /ask 'question' command.
Or you can generate images with /image 'prompt'.

Now it can continue conversation in direct messages! 🎉

You can restart conversation by sending "restart" message to bot.

Screenshots : Screenshot_1

Screenshot_3

Screenshot_4

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 -- not working for now ! --

docker build -t discordchatgpt .
docker run discordchatgpt