2.0.1 • Published 3 years ago

gale-bot v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gale-bot

support server

NPM solid

functions:

1) Ai Chat

AI-Chat

const AsmartChatBot = require("gale-bot");
const AIchat = new AsmartChatBot({ name: "your bot name" });
client.on("message", async message => {
  if(message.channel.id === "channel id") {
  if (!message.author.bot) {
  let reply = await AIchat.chat(message.content)
    message.channel.send(reply).catch(error => {
    return message.channel.send("this package is out of date! please update the package
    });
  }
 }
})

request functions

2.0.1

3 years ago

2.0.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago