Messages from Discord have no text content #139
Labels
No labels
bug
commands
Custom MC chat
dependencies
duplicate
enhancement
error reporting
fun
help wanted
invalid
investigating
Minecraft chat
needs testing
plugin autoupdater
question
role module
SERIOUS BUG
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/Chroma-Discord#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Result:
[g] <NorbiPeti>
Expected Result:
[g] <NorbiPeti> test
Version: 1.0.2
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.