How to get a channel's messages from Discord?

Hey guys, I need to know how can I get a Discord chanel messages using HttpService.

I used this link: https://discord.com/api/v9/channels/(channel id here)/messages?limit=50 and I also added the authorization stuff for it. It works in Studio, but doesn’t work in a regular server. Is there any alternatives? Like a proxy, or the webhooks readin the messages?

1 Like

I think I heard Discord blocked Roblox links because they were getting spammed with Roblox HTTP calls.
You should try to use a proxy and see if that works.

1 Like

I tried to find some, I didn’t find anything for Roblox, do you know one?

There are multiple (you can look them up on the devforum), they’re usually in #resources:community-resources

1 Like

I think there’s something called “RoProxy,” but I don’t have a lot of information on it. Something like Replit also works.

RoProxy is for Roblox APIs.

1 Like

All right, well, try using Replit. I haven’t used it for this, but it does work.

RoProxy depended on Heroku which is no longer free. Free dynos were disabled entirely on November 28th. Im currently paying out of my own pockets to keep my dynos up 99% of the time

You can change the source code for it to just be a proxy.

2 Likes

How do I “change the code source code” for it to be a proxy?

I confused RoProxy.com with another open source project, ProxyService.

If you know javascript you can remove the whitelist

Well, I don’t really understand those stuff and while I was trying to create it for the Server-sided thingy, it told me to put my credit card and stuff which I didn’t want to do.