We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83288e commit d3d22a4Copy full SHA for d3d22a4
1 file changed
files/lib/action/AbstractDiscordInteractionAction.class.php
@@ -23,7 +23,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
23
$body = (string)$request->getBody();
24
25
if (ENABLE_DEBUG_MODE) {
26
- (new LogDiscordInteraction($body));
+ (new LogDiscordInteraction($body))();
27
}
28
29
if ($body === '') {
0 commit comments