Skip to content

Commit d46306f

Browse files
author
George Gabolaev
committed
Merge branch 'master' of github.com:DmitryDorofeev/goicqbot
2 parents 91cbaff + 7b1432c commit d46306f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@ You don't need this.
7575
But if you do, you can override bot's API URL:
7676

7777
```go
78-
bot := gobotapi.NewBot(BOT_TOKEN, gobotapi.BotApiUrl("https://agent.mail.ru/bot/v1"))
78+
bot := gobotapi.NewBot(BOT_TOKEN, gobotapi.BotApiURL("https://agent.mail.ru/bot/v1"))
7979
```
80-
8180
And debug all api requests and responses:
8281

8382
```go

0 commit comments

Comments
 (0)