Add instruction for first start

This commit is contained in:
Florian Zevedei 2024-01-24 17:56:43 +01:00
parent fc1e8e84c6
commit 9aab6bca76

View File

@ -21,7 +21,7 @@ namespace DemoBot.Forms
private async Task StartForm_Opened(object sender, EventArgs e)
{
await Device.Send("Hey!", disableNotification: true);
await Device.Send("Hey!\r\n\r\nChoose the /test command to get a message from outside.", disableNotification: true);
}
public override async Task Load(MessageResult message)