Skip to content

Commit

Permalink
Güncelleme
Browse files Browse the repository at this point in the history
Oyuncu sayısı artık botun oynuyor kısmında yer alıyor.
  • Loading branch information
tyleer authored Jun 16, 2022
1 parent 29749bc commit 007ea96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ const updateChannel = async () => {


const players = body.players.now
const serverAd = config.serverAD

client.user.setActivity(players + " kişi " + serverAd);


const status = (body.online ? "Aktif" : "Kapalı")
Expand Down Expand Up @@ -83,4 +86,4 @@ client.on('message', async (message) => {

})

client.login(config.token)
client.login(config.token)

0 comments on commit 007ea96

Please sign in to comment.