Skip to content

Commit

Permalink
Changed day to week
Browse files Browse the repository at this point in the history
As we changed to weekly messages
  • Loading branch information
TheTipo01 committed Mar 7, 2021
1 parent 31d824b commit b164c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ config.yml
dist/
download/
*.db
YADMB
messageCounter
main
2 changes: 1 addition & 1 deletion database.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func loadScheduler(s *discordgo.Session) {
return
}

_, err = s.ChannelMessageSend(lclChannelToID, "Quote of the day:```\n"+message.Content+"```Submitted by "+message.Author.Username)
_, err = s.ChannelMessageSend(lclChannelToID, "Quote of the week:```\n"+message.Content+"```Submitted by "+message.Author.Username)
if err != nil {
lit.Error("Can't send message, %s", err)
return
Expand Down

0 comments on commit b164c63

Please sign in to comment.