How could i use make a system that can send messages when someone starts my game so people know there are others to play with
You would most likely have to use JavaScript to access discord’s api for that. You can look more into the discord developer documentation to find more info. Also, webhooks would be a great option for you.