Is there a way to have Discord bot post photos and text with App inventor?

Hello, I have been looking into integrating a Discord bot with App inventor.

I would like to be able to add some text and take a photo, then the Discord bot would post that message in a server that the bot is in.

Just not sure how app inventor will communicate with the bot
.
Can someone help guide me in the right direction?

Discord apparently has an open api. You might be able to use that if you can find the link.

Here are community discussions about using Discord. Perhaps something here will be useful.

2 Likes

I'll have a look, thanks!

Hmm, code examples are scarce and most people seem to talking about joining a Discord.

2 Likes

Reading, thank you!

2 Likes

Here is a step in the right direction.

Looks like I'll have to use the Web component and save "https://discord.com/api"

Going to continue reading.