Skip to content

Commit

Permalink
Removed the Japanese in the line I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowhal authored Jun 2, 2022
1 parent 27e0874 commit 47d1f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lobby.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Lobby {

constructor(ircClient: IIrcClient, option: Partial<LobbyOption> = {}) {
if (!ircClient.conn) {
throw new Error('clientが未接続です (Client is not connected)');
throw new Error('Client is not connected');
}
this.option = getConfig('Lobby', option) as LobbyOption;
this.status = LobbyStatus.Standby;
Expand Down

0 comments on commit 47d1f5b

Please sign in to comment.