Tutorial: How to make a Discord chat logger

A quick an easy tutorial on how to make a chat logger in your game post messages to Discord! Watch the video below for a step-by-step tutorial. The steps are outlined here:

  1. Create the Discord webhook that you want chat messages to be sent to.
  2. In your Modd.io game, create 4 global variables with the following data types and values:
  • post request: object, {}
  • post request timestamps: string, []
  • post response: string, (empty)
  • queued post request content: string, (empty)
  1. Copy and paste the scripts “chat logs” and “clear queued requests” from this game

Step-by-step:

2 Likes

why so much more complicated than pineapple’s tutorial

why not lol (minimum twenty chars)

Is it useful for games that send messages to the discord server, and try to find the message from players that insult other people and then warn them?