Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/downtime' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhack committed Aug 4, 2020
2 parents f08b790 + 37a7dbd commit bbba432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bot/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (bot *Bot) syncMember(memberID string) {
if strings.Contains(err.Error(), "Unknown Member") {
bot.sync.SyncRoles(memberID, &[]string{})
} else {
log.Fatalf(
log.Printf(
"Failed to fetch member \"%s\", please investigate \n%s",
memberID, err,
)
Expand Down

0 comments on commit bbba432

Please sign in to comment.