1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 08:32:48 +00:00

fix: build scripts

This commit is contained in:
2022-03-23 22:34:57 -05:00
parent 149ba48802
commit 9c57c87e85

View File

@@ -30,7 +30,8 @@ func fetchMessages(s *discordgo.Session, beforeID string) {
messages, err := s.ChannelMessages(everyoneChannel, 100, beforeID, "", "")
log.Println("Fetching new messages: " + messages[0].Timestamp)
log.Print("Fetching new messages: ")
log.Println(messages[0].Timestamp)
if err != nil {
log.Fatal(err)