Readme fix to "generics" like in earlier versions.
This commit is contained in:
parent
d0d93a07c0
commit
7d2703138c
@ -254,7 +254,7 @@ For this I added a QuickStart option, directly after the Create call. It just ne
|
|||||||
//Prepare the System (New in V5)
|
//Prepare the System (New in V5)
|
||||||
var bb = BotBaseBuilder
|
var bb = BotBaseBuilder
|
||||||
.Create()
|
.Create()
|
||||||
.QuickStart("{YOUR API KEY}", StartForm)
|
.QuickStart<StartForm>("{YOUR API KEY}")
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
//Start your Bot
|
//Start your Bot
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user