test
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,4 +5,5 @@ downloads
|
|||||||
src/node_modules/
|
src/node_modules/
|
||||||
node_modules/
|
node_modules/
|
||||||
cookies.txt
|
cookies.txt
|
||||||
bin/
|
bin/
|
||||||
|
mychats.txt
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "whatsapp-bot",
|
"name": "whatsapp-bot",
|
||||||
"version": "2.0.0",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "whatsapp-bot",
|
"name": "whatsapp-bot",
|
||||||
"version": "2.0.0",
|
"version": "2.2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-addon-api": "^7",
|
"node-addon-api": "^7",
|
||||||
"node-gyp": "^12.2.0",
|
"node-gyp": "^12.2.0",
|
||||||
|
|||||||
@@ -1,5 +1,25 @@
|
|||||||
export const CLIENT_ID = "bot_permanente";
|
export const CLIENT_ID = "bot_permanente";
|
||||||
export const BOT_PREFIX = "🤖 *ManyBot:* ";
|
export const BOT_PREFIX = "🤖 *ManyBot:* ";
|
||||||
export const CHATS = [
|
export const CHATS = [
|
||||||
// coloque os chats que quer aqui
|
"120363154851081681@g.us", // notes
|
||||||
];
|
|
||||||
|
// My Little Pony Lovers
|
||||||
|
"120363312522727359@g.us", // Bate Papo
|
||||||
|
"120363400771484275@g.us", // Esquina do Torrão de Açucar
|
||||||
|
"120363390798163307@g.us", // Pony Games
|
||||||
|
"120363333043832020@g.us", // Biblioteca Carvalho Dourado
|
||||||
|
"120363323711786058@g.us", // Art Photos
|
||||||
|
"120363297816028907@g.us", // Mlp Chat
|
||||||
|
|
||||||
|
// ManeOS Community
|
||||||
|
"120363402117932687@g.us", // Internet Café
|
||||||
|
"120363403544066540@g.us", // Biblioteca
|
||||||
|
|
||||||
|
// Legends of Equestria
|
||||||
|
"120363400871896535@g.us", // WonderBolts
|
||||||
|
|
||||||
|
// Contatos
|
||||||
|
"5516994432546@c.us", // Isa
|
||||||
|
"5516994061112@c.us", // Diego
|
||||||
|
"111420763045901@lid" // Maryana
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user