escapingnetwork / core-keeper-dedicated

Dockerfile for automated build of a Core Keeper Dedicated Server
https://hub.docker.com/r/escaping/core-keeper-dedicated
MIT License
124 stars 37 forks source link

Question regarding the Discord Format String #56

Closed Heduardocp closed 2 months ago

Heduardocp commented 2 months ago

Hello! is there any guide or source i can use to understand how to format the discord message? i am getting the message correctly to the discord but i can only add text in a very basic format like "Hello world %s". Is there any way i can create more interesting formats like extra lines, paragraphs or emojis?

arguser commented 2 months ago

It uses printf, please refer to printf documentation or any related article such as https://linuxize.com/post/bash-printf-command/