Add instruction for first start
This commit is contained in:
parent
fc1e8e84c6
commit
9aab6bca76
@ -21,7 +21,7 @@ namespace DemoBot.Forms
|
|||||||
|
|
||||||
private async Task StartForm_Opened(object sender, EventArgs e)
|
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)
|
public override async Task Load(MessageResult message)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user