Skip to content

Commit

Permalink
README: getting rid of past import path artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tucnak committed Feb 10, 2022
1 parent 3ae6ec8 commit dd790ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Simple, innit? Telebot's routing system takes care of delivering updates
to their endpoints, so in order to get to handle any meaningful event,
all you got to do is just plug your function into one of the Telebot-provided
endpoints. You can find the full list
[here](https://godoc.org/gopkg.in/tucnak/telebot.v3#pkg-constants).
[here](https://godoc.org/gopkg.in/telebot.v3#pkg-constants).

There are dozens of supported endpoints (see package consts). Let me know
if you'd like to see some endpoint or endpoint ideas implemented. This system
Expand Down Expand Up @@ -292,7 +292,7 @@ b.Send(user, "text", tele.Silent, tele.NoPreview)
```

Full list of supported option-flags you can find
[here](https://pkg.go.dev/gopkg.in/tucnak/telebot.v3#Option).
[here](https://pkg.go.dev/gopkg.in/telebot.v3#Option).

## Editable
If you want to edit some existing message, you don't really need to store the
Expand Down
2 changes: 1 addition & 1 deletion telebot.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
// import (
// "time"
// tele "gopkg.in/tucnak/telebot.v3"
// tele "gopkg.in/telebot.v3"
// )
//
// func main() {
Expand Down

0 comments on commit dd790ca

Please sign in to comment.