Advertisement
NIR0-V

رساله كل فتره

May 5th, 2021
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var time = "" // الوقت بالدقايق
  2. var msg = "" // الرساله
  3. setInterval(() => {
  4.       let channel = client.channels.cache.get('ايدي روم المسج');
  5.       if(!channel) return;
  6.       channel.send(msg)
  7.     }, time * 1000 * 60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement