- !Edip#0170
- Katılım
- 1 Eyl 2021
- Mesajlar
- 170
- Tepkime puanı
- 106
- Şehir
- İzmir
JavaScript:
const Discord = require("discord.js");
const client = new Discord.Client({ intents: 7753 });
const { AutoPoster } = require('topgg-autoposter')
const poster = AutoPoster('TOP-GG Token', client) // top.gg token
// isteğe bağlı
poster.on('posted', (stats) => { // başarıyla yayınlandığına gelen mesaj
console.log(`İstatistikler Top.gg'de yayınlandı | ${stats.serverCount} sunucu`)
})
const express = require('express');
const app = express();
const port = 3000;
app.listen(port, () => console.log(`GERÇEK DİNLEME http://localhost:${port}`));
client.login('BOT TOKEN');