Advertisement
RookieRex

Untitled

Feb 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. wait(0.003)
  2.  
  3. local BOT = {}
  4.  
  5. -- defining http for use later on, results in cleaner code
  6. local http = game:service'HttpService'
  7.  
  8. -- webhook url to send message from (get this from server, and if not create a Discord server and make a webhook)
  9. BOT.uri = 'https://discordapp.com/api/webhooks/258530876537831424/96KVziN2T2tJAUfdF7mXE5IlqEzzGBzrysmcHZblK9IQ7_SoFMCOvhNfyZugrsjFYgvT'
  10.  
  11. -- Botname, defaut name is Spidey Bot, if you renamed it put the EXACT name here!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement