Skip to content

Commit

Permalink
discord.gg/luppux
Browse files Browse the repository at this point in the history
  • Loading branch information
Bes-js authored May 25, 2023
1 parent fd43da5 commit 8cc4538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Supervisor/src/beş_events/clientReady.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ if (voiceTop.length > 0) {
}
if (messageTop.length > 0) {
mesaj.then(mr => {
if(mr){mr.edit({content:`> **${client.emoji("emote_chat") !== null ? client.emoji("emote_chat"):"💭"} Mesaj Sıralaması <t:${Math.floor(Date.now()/1000)}:R> Güncellendi!**`,files:[{attachment:messageTopCanvas,name:"bes-was-here.png"}]})
if(mr){mr.edit({content:`> **${client.emoji("emote_chat") !== null ? client.emoji("emote_chat"):"💭"} Mesaj Sıralaması <t:${Math.floor(Date.now()/1000)}:R> Güncellendi!**`,files:[{attachment:messageTopCanvas,name:"bes-was-here.png"}]}).catch(err => { })
}});
}
if (voiceTop.length > 0) {
ses.then(mr => {
if(mr){mr.edit({content:`> **${client.emoji("emote_voice") !== null ? client.emoji("emote_voice"):"🔉"} Ses Sıralaması <t:${Math.floor(Date.now()/1000)}:R> Güncellendi!**`,files:[{attachment:voiceTopCanvas,name:"bes-was-here.png"}]})
if(mr){mr.edit({content:`> **${client.emoji("emote_voice") !== null ? client.emoji("emote_voice"):"🔉"} Ses Sıralaması <t:${Math.floor(Date.now()/1000)}:R> Güncellendi!**`,files:[{attachment:voiceTopCanvas,name:"bes-was-here.png"}]}).catch(err => { })
}});
}
}, 30000);
Expand Down

0 comments on commit 8cc4538

Please sign in to comment.