Darkside138/DiscordSoundboard

Request: URL or URI Input

Closed this issue · 2 comments

I would like to send the bot commands via URL or URI from inside another program. How would I do this?

You can post to the host URL. When the bot host is running it also runs a web application port :8080 where you can control it. You can look at how those POST commands are done, or look in the file https://github.com/Darkside138/DiscordSoundboard/blob/master/src/main/java/net/dirtydeeds/discordsoundboard/web/SoundboardRestController.java

to see what urls can be posted to.