demodude4u / Factorio-FBSR

Factorio Blueprint String Renderer
MIT License
74 stars 20 forks source link

Admin-configurable disallow direct blueprints in certain channels #104

Closed demodude4u closed 2 years ago

demodude4u commented 6 years ago

Fail to work with direct blueprint strings contained within discord messages, when specified by the admin where it should not work (particularly in busy channels that don't like walls of blueprint string)

demodude4u commented 6 years ago

Alternatively, this could be done in another way, where the bot will delete the message containing the direct blueprint string, and replace it with an uploaded text url. This feature could automatically work based on the permissions given.

Bilka2 commented 2 years ago

This is was solved by switching to slash commands. The command display on Discord's side doesn't show the full string until the user clicks on the used command. The bp string is itself available via the link at the top of the message with the blueprint image, similar to the proposal in demod's comment.