summaryrefslogtreecommitdiff
path: root/app/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/cmd/main.go')
-rw-r--r--app/cmd/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cmd/main.go b/app/cmd/main.go
index 525482c..14980b7 100644
--- a/app/cmd/main.go
+++ b/app/cmd/main.go
@@ -23,8 +23,8 @@ func main() {
mux.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Hello, World!"))
})
- botId := "XXXXX"
- botToken := "XXXXX"
+ botId := "xxxxx"
+ botToken := "xxxxx"
bot := &internal.Bot{
BotID: botId,