TBMCPlugins / Chroma-Discord

A plugin that controls the ChromaBot Discord bot and provides Minecraft chat functionality and other features.
GNU General Public License v3.0
1 stars 0 forks source link

Messages from Discord have no text content #139

Open NorbiPeti opened 1 year ago

NorbiPeti commented 1 year ago

Description: Messages that are sent from Discord have nothing in them, empty messages are displayed, logged, and shown in history. Only happens on the Knight server.

Steps to Reproduce:

  1. Send a message from Discord
  2. Check the message (or the message history) in-game

Result: [g] <NorbiPeti>

Expected Result: [g] <NorbiPeti> test

Version: 1.0.2

NorbiPeti commented 1 year ago

This seems to be caused by missing permission on Discord's side. The message content intent needs to be enabled for the chat to work. Needs documentation and a check in the code.