Update README.md

This commit is contained in:
Kataane 2024-01-27 13:21:46 +07:00 committed by GitHub
parent a632440efd
commit b14913362e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();