const economy = require('discord-eco');
client.on('message', message => {
if(message.content === "!!para") { //isteyen !! işaretini değiştirebilir
economy.fetchBalance(message.author.id).then(i => {
message.reply("Paranız : " + i.money + "TL");
})
}
var d1 = Math.floor(Math.random() *7) + 8;
var d2 = Math.floor(Math.random() *7) + 8;
console.log(d1 + "," + d2)
if(d1 === d2) {
economy.updateBalance(message.author.id, d1).then(i => {
message.reply(d1 + "TL kazandın!");
})
}
});
Olayı anlayamadım açıklar mısın discord da para kazanma diye bir şey var mı ?
biraz açar mısın ne işe yarıyor.3ww
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?