Reimnop / Discord4Fabric

A beautiful Discord bot client for Fabric
MIT License
37 stars 20 forks source link

`/say` should be sent on Discord if ran by the Server or a datapack #28

Open DorkOrc opened 2 years ago

DorkOrc commented 2 years ago

Messages sent through the console, through a function ran with no context, or as a non-player entity should be sent to Discord.

Messages sent through the console or ran by a contextless function should be sent to Discord with the author "Server". This is most useful as it allows servers to send messages to Discord from in-game commands.

Messages sent through a non-player entity should either have that entity's name or a generic name

(reworded to be an enhancement)

Reimnop commented 2 years ago

Right, it should not display any message if ran through the say command.

DorkOrc commented 2 years ago

Right, it should not display any message if ran through the say command.

Then I'll reword this to be an enhancement request later, cause it would be really useful to have some way of sending Discord messages from a datapack without sending it through a player

Reimnop commented 2 years ago

Fair point, I'll think about it