Update README.md
This commit is contained in:
parent
a632440efd
commit
b14913362e
@ -19,7 +19,7 @@ var bot = BotBaseBuilder
|
|||||||
.WithStartForm<Start>()
|
.WithStartForm<Start>()
|
||||||
.NoProxy()
|
.NoProxy()
|
||||||
.OnlyStart()
|
.OnlyStart()
|
||||||
.UseSQLDatabase("localhost", "telegram_bot")
|
.UsePostgreSqlDatabase("localhost", "8181", "telegram_bot")
|
||||||
.UseEnglish()
|
.UseEnglish()
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user