Skip to content

Commit

Permalink
Phase out my own domain from crash log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnpn committed Mar 20, 2020
1 parent dfcf839 commit 5ee8dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func handleCrash() {
// No translations here. We want to be as safe as possible.
stdutil.PrintErr("DiscordConsole " + version + " has crashed.", nil)
stdutil.PrintErr("Please tell the DiscordConsole team what you did to cause this.", nil)
stdutil.PrintErr("https://mnpn.me/contact, https://discord.gg/xvQV8bT,", nil)
stdutil.PrintErr("https://discord.gg/xvQV8bT,", nil)
stdutil.PrintErr("https://github.com/discordconsole-team/discordconsole/issues", nil)
stdutil.PrintErr("Error Details: "+fmt.Sprint(val), nil)
}
Expand Down

0 comments on commit 5ee8dd2

Please sign in to comment.