2.0.2 • Published 2 years ago

msvo v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

MSVO Server List

MSVO sunucu bilgileri ve oy kontrol. Yardım almak için Discord sunucumuz

Web Site

Kurulum

Tanımlamalar

const mdb = require("msvo");
const mbl = new mdb("TOKEN", client); //MSVO tarafından verilen tokeni yapıştırın.

Arama Sonuçları

let search = await mbl.search("1038458452034465794") //Sunucu ID
console.log(search)
 /* Arama Sonuçları
  {
    serverID: '1038458452034465794',
    serverName: 'MSVO | Minecraft Sunucu Ve Oylama',
    serverOwner: '996542115993624686',
    category: 'Server List, Sohbet, Topluluk',
    status: 'verify'
    serverDesc: 'MSVO Offical Server',
    serverVotes: 1,
    serverBumps: 0,
    website: 'https://msvo.com.tr',
    discord: 'https://discord.gg/quzpbJKgMF'
  }
  */

Oy Kontrol

let hasVote = await mbl.hasVoted("userID")
  if(hasVote) {
    console.log("Oy verilmis")
  } else {
    console.log("Lütfen oy verin")
  }
2.0.2

2 years ago

2.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago