Skip to content

Commit

Permalink
Update crowns inactive and purgatory error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyfour committed Nov 3, 2024
1 parent a59833a commit 22a9699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/errors/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class InactiveError extends ClientError {

constructor() {
super(
"you are currently marked as inactive on the server. This is usually updated when you become an active user again, if you think this is an error please speak to a staff member. Otherwise this role should automatically removed after you chat a bit more."
"you have been marked as inactive on this server, and can no longer claim crowns."
);
}
}
Expand All @@ -147,7 +147,7 @@ export class PurgatoryError extends ClientError {

constructor() {
super(
"you have been placed in scrobble purgatory, this means you cannot participate in the crowns game. If you think this is an error please speak to a staff member."
"you have been placed in scrobble purgatory, and can no longer claim crowns."
);
}
}
Expand Down

0 comments on commit 22a9699

Please sign in to comment.