Advertisement
AlternativeCorn

Untitled

Aug 21st, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function MessageReceived(message)
  2. if message.Channel.ID == "597005811729825794" or message.Channel.ID == "597604325568806932" then
  3. AddReaction(message.Channel.ID, message.ID, "cbyes");
  4. AddReaction(message.Channel.ID, message.ID, "cbno");
  5. end
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement