Skip to content

Commit

Permalink
fix package names (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSonOfLars authored Jul 4, 2024
1 parent 43b5186 commit 5562b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package message
package businessconnection

import (
"github.com/PaulSonOfLars/gotgbot/v2"
Expand Down
2 changes: 1 addition & 1 deletion ext/handlers/filters/pollanswer/pollanswer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package poll
package pollanswer

import (
"github.com/PaulSonOfLars/gotgbot/v2"
Expand Down
2 changes: 1 addition & 1 deletion ext/handlers/filters/precheckoutquery/precheckoutquery.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package shippingquery
package precheckoutquery

import (
"strings"
Expand Down

0 comments on commit 5562b4a

Please sign in to comment.