I am really sorry if this question repeats. However, I am Arab. I have difficulty understanding everything accurately. I have a simple question.
I would like someone to say “hello” and Nightbot responds with “hello user” I want to add the reply in the arw link as it is in the picture.
This method did not work for me, I want to know the correct way to do this
And thanks for this great blog, I learned a lot.
Paste the command code in the Pastebin, however you’ll have to set up your variables before, so if you want to use $(user) in the command for example, that’s how you’ll have to do it:
$(eval u=`$(user)`;$(urlfetch https://pastebin.com/raw/XXXXXXXX))
//Then use `u` to refer to `$(user)` in your code stored in the Pastebin.
Also, you got the Right-hand side of 'instanceof' is not an object error because as Hello ${u} is text, you have to declare it properly, so use ', " or ` to specify it’s text, so your Pastebin example should contain the following to work: