Hello Everyone! HOW I HAD THIS IDEA:
Yesterday I was just using my bot as normal, on the glitch server and my bot types for 5 seconds before the help command, people commented on that, saying it was annoying lol, then people started doing eval message.channel.startTyping(); ! The bots were just typing and never stopped until we did eval message.channel.stopTyping(); so I thought that maybe…maybe if we make our bots type and never stop…they might go 24/7. I have tested this out and it works!
Step by step Directions:
Make a type command
Put this code in: message.channel.startTyping();
Make a Stop Typing command so you can stop it for whatever reason.
Put this code in the stop typing command: message.channel.stopTyping();
But still makes bot run, which it’s using up Glitch’s resources, so I pretty sure this will be banned as well, after a lot of bots will start using this method.
It’s not only about pinging, it’s also about people’s bots inefficient and using extreme amount of unnecessary resources throughout 24/7. Well we will see, I have bad feeling about this.
If the glitch community uses this well, like only using it if you have to have the bot up for an event/while ur sleeping and not everyone uses it, it might work
Since it’s not pinging (unless the bot receives a message, but that’s just how it works), I can’t see a problem with this. As long as the projects are going to sleep and can be awaken because of a message.
To be honest, for Glitch to properly work stable and efficient. Such methods such as blocking pinging services and apps running 24/7 should be banned since glitch focuses on the idea of helping developers on developing near production grade applications or projects. By at least running a project 24/7 without getting something back can result in big losses. So its right to follow the idea of apps not running 24/7.
But it’s still keeping the project alive. Which is why this actually is kind of against TOS. Anything to keep your project alive other than using the paid solutions made by Glitch I would say are not allowed.