Discord - Automatically extract a message immediately after it appears in a channel?

Viewed 27

I am yet to code this but actually struggling to understand how to do this

There is a private server with paid membership. I am a member. There are many channels in that server. I am particularly interested in a specific channel. Once someone posts a message in that channel, i want to immediately extract that message from a different program automatically and then process it in downstream systems. How to do that?

1 Answers

You can only do this if you have permissions to add an actual bot to that server, or have a friend that can do this for you. Using your own account as a bot would be possible, but is against discord ToS and would get your account banned.

Related