Skip to content

Commit

Permalink
Merge pull request #124 from traP-jp/kavos113-patch-2
Browse files Browse the repository at this point in the history
Update scraper.go
  • Loading branch information
kavos113 authored Sep 5, 2024
2 parents 2f1e339 + 92a0254 commit 96bb5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scraper/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (s *Scraper) Scrape() {
s.usersDisplayNames[u.Name] = u.DisplayName
}

s.GetSodanMessages()
// s.GetSodanMessages()

bot.OnMessageCreated(func(p *payload.MessageCreated) {
channelId := p.Message.ChannelID
Expand Down

0 comments on commit 96bb5fd

Please sign in to comment.