2.0.1 • Published 4 years ago

turkcebotlistapi-js v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Örnek Kullanım

const turkcebotlist = require('turkcebotlistapi-js');
const turkcebotlistapikey = new turkcebotlist('Anahtarınız', client);

# Sunucu Sayısını Türkçe Bot List sistemlerine Yollama
turkcebotlist.on('yolla', () => {
  console.log('[Türkçe Bot List] Sunucu Sayısı Gönderildi!');
})
 
turkcebotlist.on('hata', hata => {
 console.log(`[Türkçe Bot List] Bir Hata Oluştu. Hata: ${hata}`);
})
# Oy Vermeden Komut Kullanamama Sistemi
turkcebotlist.oykontrol('Kullanıcı ID').then(oy => {
if(!oy) { 
    console.log(`Oy vermemiş`) 
} else{ 
    console.log('Oy vermiş') 
}
})

Güncelleme Kaydı

  • Genel hata gidermesi
  • Developed By Dream41