We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06d532 commit ad2f750Copy full SHA for ad2f750
src/service/messages/index.ts
@@ -211,7 +211,6 @@ We appreciate your understanding and cooperation in keeping the community welcom
211
}
212
} else {
213
logger.warn(`No handler found for command: ${command}`);
214
- await this._reply.textReply(`Unknown command: ${command}`);
215
216
217
private checkIfCommand(): boolean {
0 commit comments