Merge branch 'main' of https://github.com/RexReposit/dickbot
This commit is contained in:
4
main.go
4
main.go
@@ -9,9 +9,11 @@ import (
|
|||||||
tele "gopkg.in/telebot.v4"
|
tele "gopkg.in/telebot.v4"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var yourToken = ""
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
pref := tele.Settings{
|
pref := tele.Settings{
|
||||||
Token: "7757765456:AAFpFXhbi9XCfgRt7P3OT3F_jrBBplubWZA",
|
Token: yourToken,
|
||||||
Poller: &tele.LongPoller{Timeout: 10 * time.Second},
|
Poller: &tele.LongPoller{Timeout: 10 * time.Second},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user