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 5daf355 commit 4784ed1Copy full SHA for 4784ed1
src/Chat/Plugin/Tweet.php
@@ -61,10 +61,6 @@ private function execute(Message $message): \Generator {
61
return;
62
}
63
64
- yield from $this->chatClient->postMessage($tweetText);
65
-
66
- return;
67
68
$oauthParameters = [
69
"oauth_consumer_key" => $this->credentials->getConsumerKey(),
70
"oauth_token" => $this->credentials->getAccessToken(),
0 commit comments