- ! Talha#8484
- Katılım
- 24 Tem 2021
- Mesajlar
- 153
- Tepkime puanı
- 20
- Şehir
- Kayseri
İnternette zaten j4j botlarının altyapısını görmüşsünüzdür İstediğim tek altyapıda birden fazla hesap çalıştırmak.
Örn :
client.on("ready", () => {
setInterval(() => {
let tacest = client.channels.cache.get("988802957493563402")
tacest.send("")
}, 65000);
})
client2.on("ready", () => {
setInterval(() => {
let tacest= client.channels.cache.get("988802957493563402") // j4j sunucusunun kanal id'si
tacest.send("pls hunt")
}, 65000);
})
////////////////
token1("")
token2("")
Gibi
Örn :
client.on("ready", () => {
setInterval(() => {
let tacest = client.channels.cache.get("988802957493563402")
tacest.send("")
}, 65000);
})
client2.on("ready", () => {
setInterval(() => {
let tacest= client.channels.cache.get("988802957493563402") // j4j sunucusunun kanal id'si
tacest.send("pls hunt")
}, 65000);
})
////////////////
token1("")
token2("")
Gibi