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

Commit 2569c0b

Browse files
committed
Merge tag 'downtime' into develop
v2.3.0 downtime
2 parents fa232ff + bbba432 commit 2569c0b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and give it the "why" you made the pull request.
55

66

77
## RTFM
8-
1. [The MCAuth Client (plugin)](./docs/1.%20The%20MCAuth%20Client%20(plugin).md)
8+
1. [The MCAuth Client](./docs/1.%20The%20MCAuth%20Client.md)
99
2. [The Web Server](./docs/2.%20Web%20Server.md)
1010
1. [Verifying Players](./docs/2.1.%20Verifying%20Players.md)
1111
2. [Alt Account Management](./docs/2.2.%20Alt%20Account%20Management.md)
File renamed without changes.

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)