Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vildan-valeev committed Dec 9, 2023
1 parent 1a95535 commit f665fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type bot struct {

const (
groupID = 010101
token = "token"
token = "token here"
)

func newBot(chatID int64) gvk.Bot {
Expand Down
4 changes: 2 additions & 2 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ type Bot struct {
}

const (
groupID = 194299208
token = "b30fae3f8d488e20cdbe041cbec9a0aa62e7c52e6107f97f97a9fd9007abe32223e1373cce590bfabf374"
groupID = 1234567
token = "token here"
)

func newBot(chatID int64) gvk.Bot {
Expand Down

0 comments on commit f665fa3

Please sign in to comment.