Hoping for some help!
I finally got vxrl to work, but it's only sending either 1 or 2 messages + the first line of the next message in line. I have 4 lines setup to be sent!
I think it maaaybe has something to do with the character limit, but it's not teling me (and it used to)... I thought this was supposed to bypass the character limit?
This is the code I'm using in Nightbot at the moment:
(and yes, I did try with the "1/5000ms" delay)
$(urlfetch https://vxrl.xyz/smm/$(urlfetch https://pastebin.com/raw/YkxFtcZE)/$(urlfetch https://pastebin.com/raw/xRtMnnLx)/$(urlfetch https://pastebin.com/raw/bQnBAau9)/$(urlfetch https://pastebin.com/raw/zyeG6Vmx)?i=5000&d=0)
I have also tried:
(It gives me a response "Unexpected number [<context>:1:13]", and pushes message 2 and first line of message 3.)
$(eval $(urlfetch json https://vxrl.xyz/smm/ $(urlfetch json https://pastebin.com/raw/YkxFtcZE)/$(urlfetch json https://pastebin.com/raw/xRtMnnLx)/$(urlfetch json https://pastebin.com/raw/bQnBAau9)/$(urlfetch json https://pastebin.com/raw/zyeG6Vmx)?i=5000&d=0))
Doing this for a friend that I mod for, and trying to have all his "bit alerts" post at the same time!
Please help, I'm not really an expert java user either 😛