Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. client.user.setActivity(`Use Code 'FA-TOKYO'`, {
  2. type: "STREAMING",
  3. url: "https://www.twitch.tv/tfue"})
  4. .then(presence => console.log(`Your Status has been set to ${presence.game ? presence.game.none : 'none'}`))
  5. .catch(console.error);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement