Roblox Verification Bot

The commands are put on a cooldown, they should get nowhere near RoVer’s ratelimit.
I don’t plan on adding support for multiple servers unless there’s a popular demand for such.

1 Like

Finally a ROBLOX Verification Bot that works omg! Thank you so much for this.

4 Likes

It’s cool to have a Roblox Verification Bot for Roblox discord servers, will be neat for new discord servers or ones that might need a upgrade to this one.

Usually RoVer in some servers don’t do well since we can’t get some help from them.

Thanks a lot for this, appreciated a lot! :+1:

2 Likes

Really good!

Thank you for this!

Keep up the good work.

2 Likes

Its Really Good!

I might use it for my game Thank you so much, Keep up the good work

2 Likes

Vouch!

I’ve used this for over 3 projects now and having the support to set it up (unlike RoVer) has been phenomenal!

Thank you!

2 Likes

Wish I’d seen this sooner. Would’ve saved me time the other day when I made my own RoVer-compatible bot :+1:

2 Likes

Is this bot 24/7?

If It’s being hosted on Glitch, then you could use an UptimeRobot Monitor to keep checking the Glitch Page so It goes down rarely. That’s the way I use glitch (but usually I just use servers I own).

1 Like

Glitch is a very bad way of hosting non-web applications - people have to hack together solutions like uptime pingers. It is free, though, so for amateur projects it does the job well.

If you’re using this at any scale past a few dozen members, I’d recommend hosting it on a server, or perhaps a service like Elastic Beanstalk.

1 Like

I have another question.

Is there anyway I can install more Luvit Packages onto glitch?

(lit install package is an unknown command)

Edit: it’s ./lit install PACKAGE
Example: ./lit install SinisterRectus/discordia

1 Like

According to the Discord API sever, there’s no way to do so…you can do it manually though. The version that is displayed here is up-to-date Discordia wise, though.

I asked in Discord API and it is possible.

  1. You need to install Luvit first.
    curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh

  2. You can now install packages. (You Need The ./ Prefix)
    ./lit install SinisterRectus/discordia

1 Like

Please note
As mentioned previously, you cannot host a bot for free on Glitch anymore. Glitch has blocked pinging services (e.g. UptimeRobot), and have made it against their Terms of Service.

Now, as an alternative, you can use repl.it. But BEWARE: you must pay to make your project private. Therefore, you must store personal data (such as the bot token) in a “.env” file which others cannot see, and then use processes to get the token into index.js.

qBot is an open source Roblox-Discord ranking bot, who uses repl.it and UptimeRobot, and a .env file. Have a look at their guide here to see how to use repl.it for a bot (I don’t own it; just a good example for using repl). **The bot in post 1 is still what I recommend you use for this post. It’s a good bot! But having a look at qBot will show you how to use this bot on repl.

Hope it helps you all who still want to use this bot but for free!

Also note…
…that discord changed their bot TOS. Now, ALL BOTS MUST HAVE A PUBLIC PRIVACY POLICY regardless of their size or whether they are verified or not.

It’s simple. Just make a privacy policy on a GitHub gist or something. Say what data you save about users etc. So for a verification bot, I assume you’re saving their ROBLOX ID and Discord ID.

Hey Jack,

I appreciate your remarks however, this project has been discontinued for a good time now. It exists for educational purposes on how to run a Discord bot in LUA. There are many alternatives to circumvent the roadblock that Glitched imposed here, which I made clear at the head of this topic.

Also, this is a Roblox verification bot, not a ranking bot. It appears qBot and this bot does two totally different things.

Lastly, the bot itself does not save any data. According to the post:

the bot uses RoVer’s Public API to determine the Roblox identity of Discord users. The creator of RoVer does not have a public privacy policy, but you can see what’s stored in association with your Discord account by following the guide on the link originally attached.

Regards,
Aaron

1 Like

Also, this is a Roblox verification bot, not a ranking bot. It appears qBot and this bot does two totally different things.

Yes, I said just use it to know how to use a bot on repl. I didn’t say use its commands.

That’s fine, thanks for getting back.

(Sorry for bumping.)

The resource itself is interesting but isn’t it a bit dull how you use Lua (Discordia/LuvIt) for Discord bot coding when it is an outdated and old API? Why not use discord.js or discord.py that are more simple and compatible?

While yes, Disocrdia is a tad bit outdated in the grand scheme of things, I decided to use it since Roblox uses LUA, and frankly I’m more proficient in LUA than JS and python (lol)

The hope is that those who took the code were able to add commands, edit existing commands, and perform other customizations with ease since, as I said, it’s LUA

How do I set up the group part when I set it up it keeps Breaking?