Skip to content

nvstly/discordgpt

 
 

Repository files navigation

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

About

Discord ChatGPT bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • Dockerfile 4.4%
  • Shell 1.2%