diff --git a/src/Commands/GenericmessageCommand.php b/src/Commands/GenericmessageCommand.php index 498b812..de92b47 100644 --- a/src/Commands/GenericmessageCommand.php +++ b/src/Commands/GenericmessageCommand.php @@ -90,6 +90,6 @@ class GenericmessageCommand extends SystemCommand $translated = $message_forwarded_from . ': ' . $translated; } - return $this->replyToChat($translated); + return $this->replyToChat($translated, ['disable_notification' => true]); } } \ No newline at end of file