I've written a multi-player game in Javascript that runs on a single client/computer. It seems that one easy and inexpensive way to make it multi-user would be to create a discord bot to communicate among the players, letting each player's app know what moves other players made. I've found YouTube videos that show how to easily code a basic discord.py bot. However, I can't find a way for a Javascript app on a client computer to send a discord message. Is this possible?