turkcebotlistapi-js

Türkçe bot list apisi

Usage no npm install needed!

<script type="module">
  import turkcebotlistapiJs from 'https://cdn.skypack.dev/turkcebotlistapi-js';
</script>

README

Ö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