https://myloxbot.glitch.me/ ||| I want my bot avaible 7/24 what i need to do ?
Hi there @loxchatterbx!
The only supported and permitted way is to buy Project Boosts. Pinging services have now been blocked.
Hope this helps answer your question
Eddie
can i do something with arduino or rasberry pi for this ?
You can self-host with a Raspberry Pi! Learn more at: raspberrypi.org. You can buy them on Amazon or any other retailer Here’s a tutorial: https://thisdavej.com/beginners-guide-to-installing-node-js-on-a-raspberry-pi/
How to install ffmpeg for rasberry pi i made an music bot becuase
This is the command in the terminal
npm i ffmpeg-static
Be sure to install Node.js on your machine before doing this however
Well i don’t have an rasberry pi now but i will buy do you have Discord so i can reach you much easly ?
I’m much more active here than on Discord. I check this forum at least every hour or so. Anyway, here: EddiesTech#1184
Riverside Rocks#5685
^^^^^
I sent both of you guys ! And i need an help too which file i need put that code ;
static void UpdatePresence()
{
DiscordRichPresence discordPresence;
memset(&discordPresence, 0, sizeof(discordPresence));
discordPresence.state = “!y for commands !”;
discordPresence.details = “⛧𝕷𝖔𝖝 đť•đť–”𝖙⛧”;
discordPresence.largeImageKey = “loxbot”;
discordPresence.largeImageText = “LoxChatterbox Bot”;
discordPresence.smallImageKey = “help”;
discordPresence.smallImageText = “!y for help”;
discordPresence.partyId = “f”;
discordPresence.joinSecret = “fx”;
Discord_UpdatePresence(&discordPresence);
}
Sorry, but I’m not that good with C#.
Maybe just try something like main.cs
Oh okay me too i just got it from discord developer app
That code for the Discord Game SDK (in C#) developers @loxchatterbx
But if you have a the option, I 10/10 recommend discordjs. Its a lot more popular than Discord for C#.
agreed. It has better docs and community support
Can i trick discord for see’s my bot like playing an game ?
The thing is that is for video games looking to integrate with Discord Rich Presence, etc
Uhm sorry for late reply but when i play an music on my bot after 1.5 min the music glitching and quit at channel when i look cmd it says undefined so anybody know what can i do ?