gaber-elsayed

كود بسيط يضيفلك رياكشن الصح والخطأ في اي شي تكتبه في روم مع

Feb 1st, 2020
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. client.on('message', message => {
  2. if (message.channel.id === "ايدي الروم") {
  3. message.react('?')
  4. .then(() => {
  5. message.react('??')
  6. });
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment