Echo actions (/me, /do) to discord

This commit is contained in:
Vortrex
2022-06-14 17:32:58 -05:00
parent dbde2ed35f
commit 7a90cbb867

View File

@@ -281,6 +281,7 @@ function doActionToNearbyPlayers(client, messageText) {
} }
} }
} }
messageDiscordChatChannel(`🙋 *${messageText} (${getCharacterFullName(client)})*`);
} }
// =========================================================================== // ===========================================================================
@@ -294,6 +295,7 @@ function meActionToNearbyPlayers(client, messageText) {
} }
} }
} }
messageDiscordChatChannel(`🙋 *${getCharacterFullName(client)} ${messageText}*`);
} }
// =========================================================================== // ===========================================================================