Simple Discord Link Bot

Simple Discord Link Bot

1M Downloads

Chat heads not embedding into Discord despite config

larrymaple opened this issue ยท 2 comments

commented

Minecraft ver. 1.21.1
Fabric ver. 0.16.5
Mod ver. 3.1.6 (downloaded from here)

The following config entry has been set:

#The type of image to use as the player icon in messages. Valid entries are: AVATAR, HEAD, BODY, COMBO
    playerAvatarType = "HEAD"

And yet when a player chats in-game, there is no icon in the correlated discord server showing that player's head. Everything else is working fine.

image

Please let me know if further information is required. Thank you.

commented

Player heads only work in Webhook mode, and when using embeds.

What you are using here is standard bot messages. Discord does not provide a way to dynamically change the bot icon

commented

Thank you, I will swap to that mode immediately.