Skip to content

Commit

Permalink
Renamed tgbottools package to tbtools
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Jul 6, 2022
1 parent 6b2d04e commit 0fb7872
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/callbackQueries.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tgbottools
package tbtools

import (
"strings"
Expand Down
2 changes: 1 addition & 1 deletion tools/chatActions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tgbottools
package tbtools

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion tools/commands.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tgbottools
package tbtools

import (
"strings"
Expand Down
2 changes: 1 addition & 1 deletion tools/replyKeyboards.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tgbottools
package tbtools

import "github.com/nickname76/telegrambot"

Expand Down

0 comments on commit 0fb7872

Please sign in to comment.