turkcebotlistapi-js
v2.0.1
Published
Türkçe bot list apisi
Downloads
4
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