-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to edit Discord webhook message #65
Comments
hey! thanks for the issue |
On se base sur une librairie externe pour BedRock et le développement n'est pas encore aussi avancé que la librairie java Si une màj sort, on alignera le fonctionnement. :-) |
I haven't used typescript before, but I hope you can add a way to send a message when the server is listening for users to join. I know its not quite related to this issue but that would actually be awesome. |
@vincss Hi there |
Hello, I would like to be able to edit the webhook message in the settings instead to have to edit the whole code.
Here what I edited to be exactly to my liking on "sleepingDiscord.ts":
The avatar is already defined on the webhook settings inside of Discord, same for the username but I edited here to not break the code.

I changed the color, and instead of "title" I used "description" because I don't want the message to be bold.
I'm using a plugin to send message when the server is started, here the result:
Translation:
I did the same for shutting down the server, but it's doing doublons so I want to be able to disable onServerStop, I tried to remove the code block but npm start won't start saying onServerStop is missing.
I hope you see the idea what we should be able to edit directly in "sleepingSettings.yml".
Thank you!
The text was updated successfully, but these errors were encountered: