Discord to Roblox Messaging!

I redid it, you can see how I did it now. :grin:

The video is for discord.py not discord.js

2 Likes

Now this seems like something I would use in the future, great job on a tutorial. :slight_smile:

Quick question, why are you using Google Spreadsheets for this? Wouldn’t it make more logical sense to send a HTTP request directly to the Glitch project so that you do not have to rely on a third source for data? Nevermind, I clearly need to read more carefully as I thought this was for Roblox to Discord messaging through an actual bot opposed to webhooks

Additionally, you should be taking advantage of Glitch’s environment variables feature which allow you to securely store sensitive constants (like a Discord bot token or app key)

2 Likes

Glitch doesn’t really work for Discord bots anymore as they’ve removed the ability to have projects run 24/7 without paying for a membership of some sort. You pretty much need to host it locally or invest in a VPS of some sort, I don’t know of any other good free options.

3 Likes

Omg, yes.

Thanks for this resource, i think i might implement my custom ban system from Discord, i have many ideas for this, maybe a reply system for feedback/reports. I’m really happy with this resource, thanks for reading. :slight_smile:

True bot not true. Glitch removed the option to run discord bots 24/7 with a pinging service but that is temp

It is not temporary anymore, pinging services are blocked permanently

1 Like

They are? I used uptimerobot and it worked.

You used a .py video but use js? you should change the video to this:https://youtu.be/8o25pRbXdFw

Yes, pinging services such as UptimeRobot are now against Glitch’s TOS.

1 Like

Nop
It’s forever now.
They changed it.

1 Like

This sounds extremely sketchy, are we sure this is all okay with Roblox? Because I feel like being able to create a loophole to the filter is a big no no.

I suggest trying out repl as an alt for Glitch

2 Likes

I forgot what this function is called, but I think there’s a function that can sensor text.

This should really have more clout then it already has as this is a REALLY helpful feature, thanks for this.

He states in the original post that to do this you should implement Text Filtering. Technically yes you have to filter the text. Roblox is ok with it you just have to filter that text

There is a post already discussing this and why it isn’t ideal. Yes it its a bit old, but it is still very relevant and the replies do bring up very good points. (Basically someone could just say “contact me here…” or “I live in…” which is a violation of so many rules.)

2 Likes

That’s a great point.
Although I tried to filter text with this, I was unable to, and I put this up so people could work with it and improve it.
I spent 2-3 hours attempting to Filter messages.

Nice!
Now i can make a remote admin system
(darn im late very late)

1 Like

I would do this if i could afford to keep it running all the time.