Socket
Socket
Sign inDemoInstall

discord-chat-gpt

Package Overview
Dependencies
35
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "discord-chat-gpt",
"version": "2.0.0",
"version": "2.0.1",
"description": "Chat-GPT Chat Bot For Discord",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -39,3 +39,2 @@ # Discord Chat GPT

apiKey: `OPEN_AI_KEY`, // get from https://beta.openai.com/account/api-keys
orgKey: `Organization_ID`, // get from https://beta.openai.com/account/org-settings
});

@@ -57,5 +56,2 @@

if (message.channel.id === channel.id) {
let msg = await message.reply({
content: `Waiting ....`,
});
let chatreply = await chatGpt

@@ -66,3 +62,3 @@ .chat(message.content, message.author.username)

});
msg.edit({
message.reply({
content: `${chatreply}`,

@@ -69,0 +65,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc