Skip to content

Commit

Permalink
chore(msg): fix typos (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
xMdb authored Sep 17, 2024
1 parent f69d40b commit dab0b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/mineflayer/handler/kicked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ export default {
// Maintenance
case reason.includes('This server is currently in maintenance mode') ||
reason.includes('is currently down for maintenance'):
message = 'hypixel currently being in maintenance mode';
message = 'Hypixel currently being in maintenance mode';
break;

default:
message = 'an unkown reason';
message = 'an unknown reason';
break;
}

Expand Down

0 comments on commit dab0b1d

Please sign in to comment.