Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
STollenaar committed Sep 22, 2023
1 parent 4e565b9 commit bff783f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/statisticsbot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"flag"
"fmt"
"log"
"os"
"os/signal"
Expand Down Expand Up @@ -64,7 +65,7 @@ func init() {
}

func main() {

fmt.Println("STARTING DEBUGGING ISSUE")
bot.Identify.Intents = discordgo.MakeIntent(discordgo.IntentsGuildMessages)

bot.AddHandler(database.MessageListener)
Expand Down

0 comments on commit bff783f

Please sign in to comment.