Thanks for your feedback! This reply is just meant to answer the things that you listed above
1: I’m used to writing a Discord bot’s source code in 1 file
2: I always thought that app.get() meant that it’s getting a reply from the “sub url” in the first argument, though I’ll remove it after when I’m done typing this post
3: I’ve barely used client.on(‘error’) because all the errors I’m gotten while writing bots were solved by using try/catch
4: It’s easier for me to code in one big file then separate it within different files. I’m also used to it
5: In what way? @Meta_data
There’s no need, On the player’s ban it is as easy just to run
local function ban(plr)
plr("You have been banned.")
banList:FireServer(plr)
end
to fire if the user is indeed banned and tried to rejoin, such as pulling from the datastore if set up properly with logging the players UserID incase any name changes happen. I can show you how this type of system works and how I personally log my bans if you’d want to see it functioning.
I’ll give you an example
Say you own roblox.com and then in that value you put login
Now you can do Roblox where roblox.com/ would be your domain and login would be like a sub url for that domain
The thing mentioned 3rd party pinging services, like UpTimeRobot, but it doesn’t list anything for self-pinging. I would’ve used repl for this, but I personally have had issues with the database on that platform
I just wanna know one thing… what’s with everyone using Discord.JS as their primary library here on the DevForum?
Clearly, Discord.PY is better in so many ways, just look at how easy it is to make a command in DPY:
Don’t make me mention cogs and everything else, it’s just so much easier with DPY, so uh, the only reason I’d ever use DJS is mainly because of Glitch. If you are one of those who’s using JS to program their discord bots, please use Deno instead of Node. Here’s why: Node.js vs Deno: What You Need to Know — SitePoint
@MarkiPr0 Oh, I don’t know, maybe because a lot of people think that Python is B A D. I personally don’t like Python because I like to stick to Java-like programming languages because that’s the first one I learned
@COUNTYL1MITS Where does it say anything about self pinging? You’re using the tools that Glitch provided to self-ping your bot, yes, I guess you can count Glitch as a “pinging service”, but I don’t think they’ll ban themselves from people to ping
When I am setting up the bot I keep getting the “HttpError: DnsResolve” error in the console. With further digging it supposedly means the domain isn’t on a DNS server. Is there any way this is fixable-?