We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d38c8 commit f9f8af2Copy full SHA for f9f8af2
1 file changed
src/Private/Logger.ts
@@ -30,7 +30,7 @@ function getCurrentTime() {
30
function getErrorString(error: Error): string {
31
return `${error.toString()}${error.stack
32
?.replaceAll(error.toString(), '')
33
- .replaceAll('Hypixel Discord Guild Chat Bridge:', '\nHypixel Discord Guild Chat Bridge:')}`;
+ .replaceAll('Spotify Manager:', '\nSpotify Manager:')}`;
34
}
35
36
function logSomething(message: string, log: LogData): void {
0 commit comments