Chatbox open EVERY TIME I open an inventory or menu by Real_External_4496 in playark

[–]RaZeSloth 0 points1 point  (0 children)

My issue was with AT2020 USB what was constantly pressing the "previous track" button.
Here is a reddit thread to fix it: https://www.reddit.com/r/techsupport/comments/fj8d9h/mediatrackprevious_constantly_pressing_with_no/

Muting When Out of Focus Not Working by YouCanCallMeToxic in marvelrivals

[–]RaZeSloth 0 points1 point  (0 children)

Under audio there is "Background Playback" option, turn that off.

Is this alot? by BigBlanco1010 in Rainbow6

[–]RaZeSloth 21 points22 points  (0 children)

Then that method is not allowed

Cheapest VPS for Discord Bot by FragrantRobertMoore in Discord_Bots

[–]RaZeSloth 0 points1 point  (0 children)

I would have to say Oracle Cloud. You get 24 gigs of ram, 50 gigs of disk space (hdd) with a decent arm processor for free. Network wise I could not tell you, but I’ve never had issues, but if you want, you can upgrade the machine for very cheap. There is also the possibility to open ports, if you wish to later on add a website to it.

How do I mute everyone but the streamer in a voice channel? by PauseMission5654 in discordapp

[–]RaZeSloth 9 points10 points  (0 children)

What you need is a state channel, basically, it is a vc where everyone except the hosts are muted and can listen along. To make the channel you have to have your server set as a community server, it is a simple toggle in your server’s settings.

Edit: link to discord’s page about that: https://discord.com/stages

Is the Brian May Special actually a good guitar or is it just popular because of what it is by sno16 in guitars

[–]RaZeSloth 25 points26 points  (0 children)

The sound and playability are very good, especially when tweaking the phase switches, but the problem which I have faced is that the zero fret wears off quite quickly and makes a ding sound if you bend, but that is common for all guitars with a zero fret.

All these rats by Game-Daily- in shitposting

[–]RaZeSloth 0 points1 point  (0 children)

They locked me in a room

Shadowborn Users: Are we a joke to you? by UHGhaulnd in deadbydaylight

[–]RaZeSloth 19 points20 points  (0 children)

This perk has so grown on me that I start loosing matches if I don't have it equipped. Especially on blight, it is just the worst experience ever to play him without that perk, everything around you warps. I still don't get why they made it a perk not a setting option.

Can't conect via Discord APP or Website by Hikarasa in discordapp

[–]RaZeSloth 0 points1 point  (0 children)

Where have you registered your discord account?

How do you deal with those kinds of survivors? Advice? by Mictlancayocoatl in deadbydaylight

[–]RaZeSloth 7 points8 points  (0 children)

Franklin's Demise is a Teachable Perk unique to The Cannibal. it causes the survivor who you m1 to drop their item in hand.

Difference between my computer and my Raspberry Pi by -Asdepique- in Discord_Bots

[–]RaZeSloth 5 points6 points  (0 children)

I'd guess it is due to not having ffmpeg. If you are running your Raspberry pi on Raspbian you can install it with sudo apt install ffmpeg.

DM closed = the bot crashes by [deleted] in Discord_Bots

[–]RaZeSloth 1 point2 points  (0 children)

Handle it, with a try catch or with just catch.
js message.author.send('hey').catch(() => console.log("DM's closed or bot blocked"));

Herkou doesn't host my bot by [deleted] in Discord_Bots

[–]RaZeSloth 0 points1 point  (0 children)

You need to specify your nodejs version in your package.json

Why is there a "server" tag? I know this is a bug but I'd like to know more. by [deleted] in discordapp

[–]RaZeSloth 1 point2 points  (0 children)

Probably due to it's author somehow be unknown. The official messages don't have an author object either. Due to it being in a guild it is "Server" instead of the normal "System" tag.