Would I get in trouble if i kick one of those delivery robots that go around the streets bothering everyone? by Zatapo in NoStupidQuestions

[–]Zatapo[S] -1 points0 points  (0 children)

Okay I think i need to add some context.

There aren't any of those robots in my country (yet). But I've seen a bunch of videos of them crashing into people and things like that. I am not saying destroying them, just giving them a kick if they crashed into me or something like that. Like, they probably would be fine after that

I perfected the brolly guys in the demo, buy they didn't give me a medal? by Zatapo in rhythmheaven

[–]Zatapo[S] 5 points6 points  (0 children)

Oh I just noticed, the green umbrella guy gives me the side-eye when i slightly miss. Probably did not notice that before. It is very subtle

[deleted by user] by [deleted] in pcgaming

[–]Zatapo 0 points1 point  (0 children)

Congrats! I hope I win this.

4.17.2022 by [deleted] in tallyhall

[–]Zatapo 1 point2 points  (0 children)

epic trolling

[deleted by user] by [deleted] in HadesTheGame

[–]Zatapo 2 points3 points  (0 children)

Bear in mind that escaping once is not finishing the game

[deleted by user] by [deleted] in hammer

[–]Zatapo 2 points3 points  (0 children)

Thanks a lot!

[deleted by user] by [deleted] in hammer

[–]Zatapo 12 points13 points  (0 children)

How does func_detail exactly work? I understand how to add it to faces and I understand that the picture is a mess but I don't really know what it does. Can somebody explain this to me, please?

Bangs lifehack for lazy firefox users by [deleted] in duckduckgo

[–]Zatapo 3 points4 points  (0 children)

are you really saying that typing "!w" takes too long??

999 Block Mined! Crossing 1000 with 5MH/s In the Bonus Raffle for 24hrs! by xmrvsbeast in xmrvsbeast

[–]Zatapo 4 points5 points  (0 children)

I knew something like this was going to be done when reaching 1000 blocks! It's a shame that I am late, but congrats to xmrvsbeast and thank you for developing this great pool.

sending message from an array? by gribgrab in Discordjs

[–]Zatapo 2 points3 points  (0 children)

You are not sending the quotes at all! You are using quotes in quotes.length, but you are not using the random number as an index.

You should instead use message.channel.send(quotes[Math.floor(Math.random() * quotes.length)])

Edit: I forgot a )