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

Commit bbba432

Browse files
committed
Merge branch 'hotfix/downtime' into production
2 parents f08b790 + 37a7dbd commit bbba432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/bot/bot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (bot *Bot) syncMember(memberID string) {
9090
if strings.Contains(err.Error(), "Unknown Member") {
9191
bot.sync.SyncRoles(memberID, &[]string{})
9292
} else {
93-
log.Fatalf(
93+
log.Printf(
9494
"Failed to fetch member \"%s\", please investigate \n%s",
9595
memberID, err,
9696
)

0 commit comments

Comments
 (0)