-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsansekai.js
189 lines (171 loc) · 7.53 KB
/
sansekai.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
const { BufferJSON, WA_DEFAULT_EPHEMERAL, generateWAMessageFromContent, proto, generateWAMessageContent, generateWAMessage, prepareWAMessageMedia, areJidsSameUser, getContentType } = require('@adiwajshing/baileys')
const fs = require('fs')
const util = require('util')
const chalk = require('chalk')
const { Configuration, OpenAIApi } = require("openai")
let setting = require('./accesser.json')
const BOT_NAME = process.env.BOT_NAME ?? "Ptagdam";
module.exports = sansekai = async (client, m, chatUpdate, store) => {
try {
var body =
m.mtype === "conversation"
? m.message.conversation
: m.mtype == "imageMessage"
? m.message.imageMessage.caption
: m.mtype == "videoMessage"
? m.message.videoMessage.caption
: m.mtype == "extendedTextMessage"
? m.message.extendedTextMessage.text
: m.mtype == "buttonsResponseMessage"
? m.message.buttonsResponseMessage.selectedButtonId
: m.mtype == "listResponseMessage"
? m.message.listResponseMessage.singleSelectReply.selectedRowId
: m.mtype == "templateButtonReplyMessage"
? m.message.templateButtonReplyMessage.selectedId
: m.mtype === "messageContextInfo"
? m.message.buttonsResponseMessage?.selectedButtonId || m.message.listResponseMessage?.singleSelectReply.selectedRowId || m.text
: "";
var budy = typeof m.text == "string" ? m.text : "";
// var prefix = /^[\\/!#.]/gi.test(body) ? body.match(/^[\\/!#.]/gi) : "/"
var prefix = /^[\\/!#.]/gi.test(body) ? body.match(/^[\\/!#.]/gi) : "";
const isCmd2 = body.startsWith(prefix);
const command = body.replace(prefix, "").trim().split(/ +/).shift().toLowerCase();
const args = body.trim().split(/ +/).slice(1);
const pushname = m.pushName || "K A M I";
const botNumber = await client.decodeJid(client.user.id);
const itsMe = m.sender == botNumber ? true : false;
let text = (q = args.join(" "));
const arg = budy.trim().substring(budy.indexOf(" ") + 1);
const arg1 = arg.trim().substring(arg.indexOf(" ") + 1);
const from = m.chat;
const reply = m.reply;
const sender = m.sender;
const mek = chatUpdate.messages[0];
const color = (text, color) => {
return !color ? chalk.green(text) : chalk.keyword(color)(text);
};
// Group
const groupMetadata = m.isGroup ? await client.groupMetadata(m.chat).catch((e) => {}) : "";
const groupName = m.isGroup ? groupMetadata.subject : ".";
// Push Message To Console
let argsLog = budy.length > 30 ? `${q.substring(0, 30)}...` : budy;
if (isCmd2 && !m.isGroup) {
console.log(chalk.black(chalk.bgWhite("[ LOGS ]")), color(argsLog, "turquoise"), chalk.magenta("From"), chalk.green(pushname), chalk.yellow(`[ ${m.sender.replace("@s.whatsapp.net", "")} ]`));
} else if (isCmd2 && m.isGroup) {
console.log(
chalk.black(chalk.bgWhite("[ LOGS ]")),
color(argsLog, "turquoise"),
chalk.magenta("From"),
chalk.green(pushname),
chalk.yellow(`[ ${m.sender.replace("@s.whatsappnet", "")} ]`),
chalk.blueBright("IN"),
chalk.green(groupName)
);
}
if (isCmd2) {
switch (command) {
case "help":
case "menu":
case "Hi":
m.reply(`*WHATSAPP BOT AI (BY K A M I )*
PUT KAMI BEFOR YOUR QUESTION
▬▭▬▭▬▭▬▭▬▬▭▬▭▬
╔─═─═⊱ 「GPT BOT CMND」 ─═─═⬣
│┏⊱ kami [ Command ] 👈🏻 USE THIS
│⿻ zoe [ Command ] 👈🏻 USE THIS
│⿻ anii [ Command ] 👈🏻 USE THIS
│⿻ bro [ Command ] 👈🏻 USE THIS
│⿻ haji [ Command ] 👈🏻 USE THIS
│⿻
│⿻ *_DO WHAT YOU_*
│⿻ *_LOVE TO DO_*
│⿻ *_NOT WHAT OTHERS_*
│⿻ *_WANT YOU TO DO_*
│⿻
│⿻
║┗⊱ KAMRAN HASIL 💀
┗━━━━━━━━━━━━━━━━━━⬣
*_For example_*
Kami what is your name?
zoe how are you?
anii what is past ?
bro what's going on?
haji are you there?
*_CLICK TO JOIN MY AI GROUP_*
https://chat.whatsapp.com/CKsZELVzMrrIVI9TDqAu8X
*_FOLLOW ME ON INSTAGRAM_*
https://instagram.com/mr._.robot.5?igshid=ZDdkNTZiNTM=
*_PERSONAL NUMBER_* - 03323963788
*_ABOUT ME_* - I'M A STUDENT OF 10TH CLASS AT SHHS TURBAT BALOCHISTAN.
: ${prefix} `)
break;
case "kami": case "zoe": case "Zoe": case "anii": case "bro": case "Abu": case "bro": case "bro": case "Google": case "Anii": case "zoe": case "haji": case "zoe": case "kami/":
try {
if (setting.keyopenai === "ISI_APIKEY_OPENAI_DISINI") return reply("Apikey belum diisi\n\nSilahkan isi terlebih dahulu apikeynya di file key.json\n\nApikeynya bisa dibuat di website: https://beta.openai.com/account/api-keys");
if (!text) return reply(`.\n\n:\n${prefix} *(*_YES, How May i Help You?_*)*`);
const configuration = new Configuration({
apiKey: setting.keyopenai,
});
const openai = new OpenAIApi(configuration);
const response = await openai.createCompletion({
model: "text-davinci-003",
prompt: text,
temperature: 0.3,
max_tokens: 2000,
top_p: 1.0,
frequency_penalty: 0.0,
presence_penalty: 0.0,
});
m.reply(`${response.data.choices[0].text}`);
} catch (err) {
console.log(err);
m.reply("Net Issue :" + err);
}
break;
case "img": case "ai-img": case "image": case "images":
try {
if (setting.keyopenai === "ISI_APIKEY_OPENAI_DISINI") return reply("Apikey belum diisi\n\nSilahkan isi terlebih dahulu apikeynya di file key.json\n\nApikeynya bisa dibuat di website: https://beta.openai.com/account/api-keys");
if (!text) return reply(`Membuat gambar dari AI.\n\nContoh:\n${prefix}${command} Wooden house on snow mountain`);
const configuration = new Configuration({
apiKey: setting.keyopenai,
});
const openai = new OpenAIApi(configuration);
const response = await openai.createImage({
prompt: text,
n: 1,
size: "512x512",
});
//console.log(response.data.data[0].url)
client.sendImage(from, response.data.data[0].url, text, mek);
} catch (err) {
console.log(err);
m.reply(" Net Issue :"+ err);
}
break;
default: {
if (isCmd2 && budy.toLowerCase() != undefined) {
if (m.chat.endsWith("broadcast")) return;
if (m.isBaileys) return;
if (!budy.toLowerCase()) return;
if (argsLog || (isCmd2 && !m.isGroup)) {
// client.sendReadReceipt(m.chat, m.sender, [m.key.id])
console.log(chalk.black(chalk.bgRed("[ ERROR ]")), color("command", "turquoise"), color(`${prefix}${command}`, "turquoise"), color("tidak tersedia", "turquoise"));
} else if (argsLog || (isCmd2 && m.isGroup)) {
// client.sendReadReceipt(m.chat, m.sender, [m.key.id])
console.log(chalk.black(chalk.bgRed("[ ERROR ]")), color("command", "turquoise"), color(`${prefix}${command}`, "turquoise"), color("tidak tersedia", "turquoise"));
}
}
}
}
}
} catch (err) {
m.reply(util.format(err));
}
};
let file = require.resolve(__filename);
fs.watchFile(file, () => {
fs.unwatchFile(file);
console.log(chalk.redBright(`Update ${__filename}`));
delete require.cache[file];
require(file);
});