Update README.md
This commit is contained in:
parent
d0edf8531c
commit
0bc77ca79c
10
README.md
10
README.md
@ -149,7 +149,7 @@ var bb = BotBaseBuilder
|
|||||||
.WithAPIKey("{YOUR API KEY}")
|
.WithAPIKey("{YOUR API KEY}")
|
||||||
.WithStartForm<StartForm>()
|
.WithStartForm<StartForm>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.Configure(a =>
|
.CustomCommands(a =>
|
||||||
{
|
{
|
||||||
a.AddStartCommand("Starts the bot")
|
a.AddStartCommand("Starts the bot")
|
||||||
|
|
||||||
@ -265,7 +265,7 @@ var bb = BotBaseBuilder
|
|||||||
.WithAPIKey("{YOUR API KEY}")
|
.WithAPIKey("{YOUR API KEY}")
|
||||||
.WithStartForm<Start>()
|
.WithStartForm<Start>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.Configure(a =>
|
.CustomCommands(a =>
|
||||||
{
|
{
|
||||||
a.AddStartCommand("Starts the bot");
|
a.AddStartCommand("Starts the bot");
|
||||||
a.Add(new BotCommand() { Command = "form1", Description = "Opens test form 1" });
|
a.Add(new BotCommand() { Command = "form1", Description = "Opens test form 1" });
|
||||||
@ -986,7 +986,7 @@ var bb = BotBaseBuilder
|
|||||||
.WithAPIKey("{YOUR API KEY}")
|
.WithAPIKey("{YOUR API KEY}")
|
||||||
.WithStartForm<StartForm>()
|
.WithStartForm<StartForm>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.Configure(a =>
|
.CustomCommands(a =>
|
||||||
{
|
{
|
||||||
a.AddStartCommand("Starts the bot");
|
a.AddStartCommand("Starts the bot");
|
||||||
})
|
})
|
||||||
@ -1009,7 +1009,7 @@ var bb = BotBaseBuilder
|
|||||||
.WithAPIKey("{YOUR API KEY}")
|
.WithAPIKey("{YOUR API KEY}")
|
||||||
.WithStartForm<StartForm>()
|
.WithStartForm<StartForm>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.Configure(a =>
|
.CustomCommands(a =>
|
||||||
{
|
{
|
||||||
a.AddStartCommand("Starts the bot");
|
a.AddStartCommand("Starts the bot");
|
||||||
})
|
})
|
||||||
@ -1033,7 +1033,7 @@ var bb = BotBaseBuilder
|
|||||||
.WithAPIKey("{YOUR API KEY}")
|
.WithAPIKey("{YOUR API KEY}")
|
||||||
.WithStartForm<StartForm>()
|
.WithStartForm<StartForm>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.Configure(a =>
|
.CustomCommands(a =>
|
||||||
{
|
{
|
||||||
a.AddStartCommand("Starts the bot");
|
a.AddStartCommand("Starts the bot");
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user