2.0.2 • Published 12 months ago

msvo v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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

12 months ago

2.0.1

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago