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

Commit

Permalink
Merge tag 'downtime' into develop
Browse files Browse the repository at this point in the history
v2.3.0 downtime
  • Loading branch information
dylhack committed Aug 4, 2020
2 parents fa232ff + bbba432 commit 2569c0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and give it the "why" you made the pull request.


## RTFM
1. [The MCAuth Client (plugin)](./docs/1.%20The%20MCAuth%20Client%20(plugin).md)
1. [The MCAuth Client](./docs/1.%20The%20MCAuth%20Client.md)
2. [The Web Server](./docs/2.%20Web%20Server.md)
1. [Verifying Players](./docs/2.1.%20Verifying%20Players.md)
2. [Alt Account Management](./docs/2.2.%20Alt%20Account%20Management.md)
Expand Down
File renamed without changes.
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 2569c0b

Please sign in to comment.