Quick question about discord bot receiving in-game Mod prompted commands

So I haven’t gone through the route of using a plugin to interact with a discord bot in order to log in-game prompted mod commands by the moderators of my game to my discord server. As of right now I am attempting to build a HTML website with some javascript as the backend to log some HTTPservice:PostAsync requests from in-game each time a Moderator prompts a command in-game.(I manually scripted all of the in-game mod commands) And then from the website it’ll return it to the javascript encoded discordbot who will recieve messages to log in a dedicated mod-logging channel in my discord server.

Now for the main question, is the plugin route quicker to do what I just ranted about? Or is my way unnecessary?