Thread: Send Commands
View Single Post
Old 02-26-2020, 10:28 AM   #1
CheeseMaster
Human being with feelings
 
Join Date: Jul 2018
Posts: 9
Default Send Commands

Hi all,

I hope you guys are having a good day.

I'm building a bot for Discord that would change the topic by sending a POST message to a PHP file, which already has pre-configured authentication to gather the data from the Ninjam server (which is being used to convert to JSON for API use), so anyone can change the topic of the ninjam by just a simple command in the Discord.

My question is, how are the commands being sent? Does it strictly rely on standard commands to the chat by "/topic <something>", "/bpm #", "/bpi #" and so on? Or is there a specific request that the ninjam server is receiving to process those requests without the chat commands I've mentioned?

And can this be done with a Status user? Or do I have to process this from an administrative user?
CheeseMaster is offline   Reply With Quote