Thank you so much for watching this vid! I hope this helps you out! I thought these commands were some of the ones you may not have heard of and would be fun! If you would like me to make a follow up with more I'd be happy too!
i’ve kind of inadvertently gotten into streaming, so I have a lot to learn and when I came across this video, I figured yeah I’ll get to maybe pick up a few cool commands to add but now I actually learned some thing. This video wasn’t just about different commands it actually taught me some of the intricacies within the command like variables. This video did what other videos whose subject matter was supposed to be in depth in teaching you those things but they don’t do, well, this video did it.
StreamElements Weather command: Name: !weather Response: $(customapi.api.scorpstuff.com/weather.php?units=metric&city=(queryencode $(1:))) Replace "units=metric" with "units=imperial" for Fahrenheit Then simply type: !weather Melbourne ... to get Melbourne's weather! I've used this on my stream since I started, over at www.twitch.tv/boar2thor
Was actually hoping youd go more in detail about the socials command. Im trying to figure out a way to line break the links instead of them running together. If you know how to do this id appreciate it if youd let me know. thank you so much for the video tho! :)
I am trying to make a setcount command that sets the count of a counter to a specific number and have found no way to do that as to be able to the user would need to be able to enter the variables for the name of the counter and the number to set it to but there doesn't seem to be a way to get those variables or make my own variables. I have had many problems with the "variables" streamelements chatbot uses as they really aren't variables at all, such as the $(count) variable (I did check it is listed as a variable) which is meant to increment 1 to the specified counter and there is no way to change the value to increment or which counter unless you make individual commands for each possibility.
For anyone looking how to add weather command in streamelements: - Login to Streamelements with your Twitch account. - Make sure you modded Streamelements in your chat: /mod streamelements. - In Streamelements webpage, go to Chatbot > Chat commands > Add new command. - Type weather it should look like this -> !weather (the ! is already there, no need to type it). - Paste this in the response box below without the quotes " Right now in $(weather $(1)) ". - Click on Advanced settings tab, adjust the timers as you like. - Click activate command. - Test in your stream.
Fun fact: ${} is string interpolation in JavaScript, meaning this bot was made in JavaScript! the User variable gets the username of whoever sends the command in chat! yeahiknowmostpeopledontcarebutifoundthisinterestingcuziliketocodeokbye
Thanks. This helped a new You Tubber. I'm testing out different apps and stuff to get my channel as polished as possible. I still need to work on my content but hey at least it looks good. Thanks again.
Hey man! Been enjoying the channel a lot, I usually go for your nightbot videos since that's what I use. But I was wondering if you could do a comparison of the main bots out there, or maybe just the ones you've used and explain the differences and maybe pros and cons, that kinda thing. I did have a quick look through your channel and realised there isn't one yet (at least from what I saw)
Class video! Added a slight variation of changing the category to include changing the title as well all witin 1 command. I display which game/category I am in within my title this way it keeps it all the same and dont have to worry about changing anything during stream, looks something like this- ${setgame ""} ${settitle "....title related to game/category...."}
I’m a bit late but would you know how to make stream elements repeat a sentence every now and then for example “join the discord (link)” .. like how do you make it so it repeats it every 10 minutes or so
hey buddy loved the video, just a question on the "response code" for linking to a video like you were saying. What would the response code be for example, i have a video on tiktok and i wanna send them to that, can it be dome and if so what would the code be?
thanks for the video , but how would i add emotes to my streamelements commands is there like a line of code for that then you insert your emote name? i can't seem to really find the right answer
All command I had already apart from welcome one and socials but the socials one I haven't got links for the accounts so yeah thabsk anyway great help and have also given a follow there on twitch
This was a great video. Inhad some of these already, but you also introduced me to some new ones. Question: What is the advantage of using Nightbot in addition to Stream Elements?
Not sure if this was ever answered, or if you looked for the answer, but each type of bot has different abilities and uses! There is a link somewhere to an article that ranks the top 10 based on features, and ease of use. StreamElements Chatbot was top!
Great video!!! Is there a way to reset the count command? For instance, I introduced a !whiff command for every time I whiff a shot, but when you use it, it continues from the previous count instead of resetting to 0.
change the field, just put any random word in there and the bot will start counting from a different pool of numbers that starts at zero. Its a pain in the ass but you have to manually reset it
Yup! At least for StreamElements, all you have to do is use the variable ${random.pick 'apple' 'banana' 'orange'}, and the bot will randomly choose one of your defined items
Ok so with all those commands how do you target the person that, let’s say you want to welcome? So I would type !welcome and this has a built in command but how does the command know who to welcome? Is it just the last person to come in or do I click on the persons name or what? I am extremely new to using these commands.
thnx for the helpful video, there's something I couldn't figure out tho, the response edit box for the commands doesn't show up in the streamelements website on my laptop, the settings features are a bit different, does anyone have any idea why it won't show up? there's only command name, command aliases, command cost, user cool down, global cool down & user level in the settings of each command
I can't find info anywhere on this but is there ANY way to have my chatbot use my emotes for stuff like Hype commands? I've seen a couple places say that theres no way to set it up unless you gift a sub to the StreamElements bot, is that true?
I watched this to see how you did socials and you didnt show it :( I cant work out how to put andthing after a link and the next word adds ontp the link? Can someone show HOW to setout a welcome command- it is welcoming the person that typed welcome
Hey thank you so much for watching! No, they or someone in your chat would have to type it. Most of the time when someone new follows my mods will type mine or I will say make sure you type !welcome to be thoroughly welcomed! :)
hey man, enjoyed the content. Do you know how i can do a auto thing in chat with either bot where when someone follows it automatically says " (user) Thanks for following or something?
Hello there! You will want to go to streamelements website > Bot (on the left side menu) > Modules> Chat Alerts on! I think this is what you were asking about. If not, I can try and find out for you :) Thank you so much for watching!
for count you're meant to put the name of your counter where it says without symbols, so counting the cusswords you'd do $(count cuss) for repeat there's actually a $(sender.lastmessage) varaible to repeat the whole message. there's also an actual repeat variable for repeating something you choose to like 3 times $(repeat 3 'blah blah blah ') No offence I was looking for advanced features as I'd like to set a variable within a StreamElements response to then use within the response several times which might not be possible.
Im a mod and im trying to set up the Lurk command but when i put the ${user} it doesn't show the user name it just says ${user} is now lurking so how do I get it to show the names please somebody respond even tho this video was made a year ago
Great vid Wombat! Keep it up! Quick question.. How do you reset the custom commands that keep track of certain things??? Ex. Your !cuss or !death command
Hey thanks for watching and for the kind words! You would want to add a command like !cussreset {$count cuss 0}. Putting the same name as your command without the ! connects it to that command as long as in that original count command you place Cuss in the braces ${count cuss} Instead of just . I didnt mention this in the video because I am small brain no other reason LUL . I hope this helps!
How do you make it so the stream elements bot shows all the active commands whilst streaming. Would be really helpful if someone new how to do that and could help me out
Okay so it looks like it’s a drop down on the top of the streamelements dashboard. You will be able to pick either your streamelements to work in or the one you are “editor” for.
Hey Ryan! here is how mine is actually set up. this was copy and pasted :) if you put // between that might look a little cleaner as well. TWITTER: twitter.com/loadedwombat INSTA: instagram.com/loadedwombat RUclips: ruclips.net/user/loadedwombat
Thank you so much for watching this vid! I hope this helps you out! I thought these commands were some of the ones you may not have heard of and would be fun! If you would like me to make a follow up with more I'd be happy too!
Thanks for helping me people with these commands, they are really usefull. :D
i’ve kind of inadvertently gotten into streaming, so I have a lot to learn and when I came across this video, I figured yeah I’ll get to maybe pick up a few cool commands to add but now I actually learned some thing. This video wasn’t just about different commands it actually taught me some of the intricacies within the command like variables. This video did what other videos whose subject matter was supposed to be in depth in teaching you those things but they don’t do, well, this video did it.
I just want to clarify that the { } symbols are called curly brackets. A bracket is the regular one [ ]. Just a point for someone who may not know.
as a noob streamer i am so glad for guys like you for making these types of videos because these things can make or break a channel
StreamElements Weather command:
Name: !weather
Response:
$(customapi.api.scorpstuff.com/weather.php?units=metric&city=(queryencode $(1:)))
Replace "units=metric" with "units=imperial" for Fahrenheit
Then simply type:
!weather Melbourne
... to get Melbourne's weather!
I've used this on my stream since I started, over at
www.twitch.tv/boar2thor
new streamer but thank you for the help appreciate it.. I do music so most of my followers came to my gaming
Nice video. My bot has all but 1 of these already, but I appreciate how clearly you explained this content for everyone
Was actually hoping youd go more in detail about the socials command. Im trying to figure out a way to line break the links instead of them running together. If you know how to do this id appreciate it if youd let me know. thank you so much for the video tho! :)
I am trying to make a setcount command that sets the count of a counter to a specific number and have found no way to do that as to be able to the user would need to be able to enter the variables for the name of the counter and the number to set it to but there doesn't seem to be a way to get those variables or make my own variables.
I have had many problems with the "variables" streamelements chatbot uses as they really aren't variables at all, such as the $(count) variable (I did check it is listed as a variable) which is meant to increment 1 to the specified counter and there is no way to change the value to increment or which counter unless you make individual commands for each possibility.
YES! I was just looking at the bot and I was thinking "yes I have a bot now!!! :D"
then "what do I even use it for :0"
For anyone looking how to add weather command in streamelements:
- Login to Streamelements with your Twitch account.
- Make sure you modded Streamelements in your chat: /mod streamelements.
- In Streamelements webpage, go to Chatbot > Chat commands > Add new command.
- Type weather it should look like this -> !weather (the ! is already there, no need to type it).
- Paste this in the response box below without the quotes " Right now in $(weather $(1)) ".
- Click on Advanced settings tab, adjust the timers as you like.
- Click activate command.
- Test in your stream.
This was really great information! I kept pausing the video and was like "ohh i want to add that to my stream" thanks for all the great ideas
This man almost swallowed his mic
sorry got hungry :/
@@LoadedWombatTutorials 😲
Thank you so much! I've used a few commands from your tutorial! Easy to follow and set up!
Thank you for this video. Helped me get more creative with my stream. My obliged.
Fun fact: ${} is string interpolation in JavaScript, meaning this bot was made in JavaScript! the User variable gets the username of whoever sends the command in chat!
yeahiknowmostpeopledontcarebutifoundthisinterestingcuziliketocodeokbye
“Stream get a lil weird at times “ 😅😂😂 love it thx for ya help bro
Thanks for this tutorial LoadedWombat bro new streamer here good job
This is very helpful, good to know as a mod as well! Thanks for a great vid!
Thanks. This helped a new You Tubber. I'm testing out different apps and stuff to get my channel as polished as possible. I still need to work on my content but hey at least it looks good. Thanks again.
Hey man! Been enjoying the channel a lot, I usually go for your nightbot videos since that's what I use. But I was wondering if you could do a comparison of the main bots out there, or maybe just the ones you've used and explain the differences and maybe pros and cons, that kinda thing. I did have a quick look through your channel and realised there isn't one yet (at least from what I saw)
thx this and the twitch mod commands helped me out A LOT !
"money sign" :D that was great, for those in doubt, the man means dollar sign. Great tips, thx!
Class video! Added a slight variation of changing the category to include changing the title as well all witin 1 command. I display which game/category I am in within my title this way it keeps it all the same and dont have to worry about changing anything during stream, looks something like this- ${setgame ""} ${settitle "....title related to game/category...."}
Love the video man I’m learning everyday it don’t stop great video man
im new on twitch and your video helped a lot! thank you so much for sharing this!
Okay this was actually a good video. What the heck. And thanks.
Hey thank you so much for watching and for the kind words!
Thanks for this video. I made a bunch of new stream commands with it.
Bruh, where is your mic stand? Lol
Mistakes were made
@@LoadedWombatTutorials lol 😂
Lmfao
😂
thanks for the help, as a new streamer, this helps me alot
So stoked this could help you out! Congrats on starting the streaming journey!
so helpful, thank you!
I’m a bit late but would you know how to make stream elements repeat a sentence every now and then for example “join the discord (link)” .. like how do you make it so it repeats it every 10 minutes or so
Hey there! Yes you will want to use “timers” for this :)
@@LoadedWombatTutorials can u make them as a mod?
Appreciate the tips - gonna go find you on Twitch 🤙
Don't forget !command add !age LOADING if you have BTTV emotes on your stream!
haha love this one!
Nice video thanks for the tips and help
For the shoutout command.
Isn't there a possibility to also show the latest catorgory?
Came here to ask this. How do you display the last game someone played in the shoutout command?
@@SarahVerduzco I don't know because of that I asked it.
hey buddy loved the video, just a question on the "response code" for linking to a video like you were saying. What would the response code be for example, i have a video on tiktok and i wanna send them to that, can it be dome and if so what would the code be?
Great video. Easy to follow & very useful!!!
Very very helpful although the one thing I was looking for wasn’t in here 😢 I wanted to know how to get Streamelements to greet people that follow me
Its under the chat alerts bot module
@@six5ths thank you 🙏🏾 I found it and set it up
Thank you so muych. i watch so much trash until this video how to create the commands that i want. jesus. thanks again
thanks for the video , but how would i add emotes to my streamelements commands is there like a line of code for that then you insert your emote name? i can't seem to really find the right answer
Yo, this was AWESOME!!! You rock!! :D
your videos are soooo helpful ah thanks
Great video thanks for the help but can I ask how do u get the link for the twitch prime subs thing ?
Hello there! Here is the link for subbing on twitch. Just replace my name with yours :) subs.twitch.tv/loadedwombat
@@LoadedWombatTutorials Thanks so much that really helped me out!
All command I had already apart from welcome one and socials but the socials one I haven't got links for the accounts so yeah thabsk anyway great help and have also given a follow there on twitch
These are so great thank you Nick!
Thanks for watching brotha! Stoked they could help :)
This was a great video. Inhad some of these already, but you also introduced me to some new ones.
Question: What is the advantage of using Nightbot in addition to Stream Elements?
Not sure if this was ever answered, or if you looked for the answer, but each type of bot has different abilities and uses! There is a link somewhere to an article that ranks the top 10 based on features, and ease of use. StreamElements Chatbot was top!
@@Haggath Thanks for the reply! I'll look for that.
@@ChrisJohnsonCJs-Kitchen gotchu www.streamscheme.com/best-twitch-bots/
this has been so helpful 2 years later..but im still trying to figure out how to put emotes into commands, i have no clue..
thank you for the amazing tips!!
Thank you for watching!
The Change Game did not work out for me, I did "just chatting" wrote it as you did but it didn't seem to work
When I put any url link in custom command, it end up showing as "***" in chat when I type the command, can't figure out why :/
Super helpful mate thanks 🖤
Thank you for watching! :)
How do you get to that editing screen as a mod?
Yo just starting to stream this video a W🔥🔥
Great video!!! Is there a way to reset the count command? For instance, I introduced a !whiff command for every time I whiff a shot, but when you use it, it continues from the previous count instead of resetting to 0.
same
change the field, just put any random word in there and the bot will start counting from a different pool of numbers that starts at zero. Its a pain in the ass but you have to manually reset it
You just make a command called resetf where f is the name of the count command. Then put ${count f 0} in the string to set it back to 0.
The weather command is not working for me it’s day location not provided, can you please help
How would i setup a command for Hype with my custom emote ????
Thank you so much.
This was very helpful! thanks man!
Thank you so much for watching! I'm stoked this could help out!
question, is there a command where you can randomize responses? Like for example !foodfight , and then it randomizes a food item to "hit" another user
Yup! At least for StreamElements, all you have to do is use the variable ${random.pick 'apple' 'banana' 'orange'}, and the bot will randomly choose one of your defined items
Thank you very helpful
awesome commands!
Helpful video thank u!!
Great video helpful for sure commands are a little different for streamlabs but definitely helpful
Ok so with all those commands how do you target the person that, let’s say you want to welcome? So I would type !welcome and this has a built in command but how does the command know who to welcome? Is it just the last person to come in or do I click on the persons name or what? I am extremely new to using these commands.
Appreciate the tips on the commands!
is there a way to make the bow command message from stream element pop up for everyone in chat
My commands don’t work help please ?
How do I give myself a bunch of points in my own channel? My friend tried showing me but it doesn't work.
thnx for the helpful video, there's something I couldn't figure out tho, the response edit box for the commands doesn't show up in the streamelements website on my laptop, the settings features are a bit different, does anyone have any idea why it won't show up? there's only command name, command aliases, command cost, user cool down, global cool down & user level in the settings of each command
I can't find info anywhere on this but is there ANY way to have my chatbot use my emotes for stuff like Hype commands?
I've seen a couple places say that theres no way to set it up unless you gift a sub to the StreamElements bot, is that true?
am i able to make a counting command as a mod and if is it the same as in the video
Keep up the good work my dude
I watched this to see how you did socials and you didnt show it :( I cant work out how to put andthing after a link and the next word adds ontp the link?
Can someone show HOW to setout a welcome command- it is welcoming the person that typed welcome
how do you change the name of your bot on steam elements?
So helpful thank you does the welcome command work automatically without having to type anything in?
Hey thank you so much for watching! No, they or someone in your chat would have to type it. Most of the time when someone new follows my mods will type mine or I will say make sure you type !welcome to be thoroughly welcomed! :)
hey man, enjoyed the content. Do you know how i can do a auto thing in chat with either bot where when someone follows it automatically says " (user) Thanks for following or something?
Hello there! You will want to go to streamelements website > Bot (on the left side menu) > Modules> Chat Alerts on! I think this is what you were asking about. If not, I can try and find out for you :) Thank you so much for watching!
@@LoadedWombatTutorials yes this helped alot thank you!
question tho how do i tell everyone to use ! to use command ??? like cant they just type cuss
Hey loaded wombat. I was wondering how you can RESET the counting command on stream elements. If you can help I’d appreciate it. Love the vids! 🤙🏼
All you would need to do is create a new command and use the variable ${count 0}. This resets that specific counter's count to 0 🤙🏼
Thanks for helping me! XD Hope m ttv gets going!!
What is it?
for count you're meant to put the name of your counter where it says without symbols, so counting the cusswords you'd do $(count cuss)
for repeat there's actually a $(sender.lastmessage) varaible to repeat the whole message. there's also an actual repeat variable for repeating something you choose to like 3 times $(repeat 3 'blah blah blah ')
No offence I was looking for advanced features as I'd like to set a variable within a StreamElements response to then use within the response several times which might not be possible.
you're goated for this!! helped me out alot
Yeah I already have my lurk command it says username is now lurking in shadows
Great useful content thank you much
Im a mod and im trying to set up the Lurk command but when i put the ${user} it doesn't show the user name it just says ${user} is now lurking so how do I get it to show the names please somebody respond even tho this video was made a year ago
Do you know how to do a percentage command for streamelements
Watchtime? How you do it?
Im tryna setup the watchtime command so my viewers can see their watchtime
Hey there! You can find that in the default commands section of streamelements. :)
Easiest like of my life lol.
Great vid Wombat! Keep it up! Quick question.. How do you reset the custom commands that keep track of certain things??? Ex. Your !cuss or !death command
Hey thanks for watching and for the kind words! You would want to add a command like !cussreset {$count cuss 0}. Putting the same name as your command without the ! connects it to that command as long as in that original count command you place Cuss in the braces ${count cuss} Instead of just . I didnt mention this in the video because I am small brain no other reason LUL . I hope this helps!
I'm good man, thanks for asking =]
Thanks KING!!!
How do you make it so the stream elements bot shows all the active commands whilst streaming. Would be really helpful if someone new how to do that and could help me out
Why is it so difficult to find a tutorial for commands activating sound???
hi lovee ur video i have a question, how do i do like !hug then $(user) hugged random user ?
I have so many questions but I think the most important one is how the hell do you load a wombat?
So when you say user it means actually put someone user name
hey bro, how do mods get access to that streamelements page? to manually add the commands?
The only way I think they can is if the streamer makes them a “super mod”
@@LoadedWombatTutorials real? I got supermod but idk where to go now LUL
@@lu_nope let me check with my super mod and see if he can see that dashboard. I think he can
@@LoadedWombatTutorials appreciate it bro! still learning and your vids help heaps!!
Okay so it looks like it’s a drop down on the top of the streamelements dashboard. You will be able to pick either your streamelements to work in or the one you are “editor” for.
Had to like another one!
THESE ARE AMAZING!!!
Awesome video
Hi could you show how to do #7 because when I did mine all the links were together I even spaced them.
Hey Ryan! here is how mine is actually set up. this was copy and pasted :) if you put // between that might look a little cleaner as well.
TWITTER: twitter.com/loadedwombat INSTA: instagram.com/loadedwombat RUclips: ruclips.net/user/loadedwombat
@@LoadedWombatTutorials Ok thank you.
@@LoadedWombatTutorials Damn I need 100 followers just to change my URL that sucks I just looked it up I wanted to change mine to my name.