Simply turn a channel on your Discord server into a ChatGPT chat room.
Anyone can interact with the AI.
Create your bot and get your DiscordToken
at https://discord.com/developers/applications
Create your account and get your OpeanAIToken
at https://platform.openai.com/
Enable developer mode in discord and get the ChannelID
by selecting the last option in the right click menu.
Set ChatGPT chat room with /channel
npm init -y
npm install discord.js
npm install node-fetch@2
node .