Skip to content

Commit ad2f750

Browse files
committed
fix: Remove await this._reply.textReply in no handler found case
1 parent d06d532 commit ad2f750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/service/messages/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ We appreciate your understanding and cooperation in keeping the community welcom
211211
}
212212
} else {
213213
logger.warn(`No handler found for command: ${command}`);
214-
await this._reply.textReply(`Unknown command: ${command}`);
215214
}
216215
}
217216
private checkIfCommand(): boolean {

0 commit comments

Comments
 (0)