Readme fix to "generics" like in earlier versions.

This commit is contained in:
FlorianDahn 2022-01-05 18:31:30 +01:00
parent d0d93a07c0
commit 7d2703138c

View File

@ -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