diff --git a/lib/PBot/Core/WebPaste.pm b/lib/PBot/Core/WebPaste.pm index 8bcc827f..3922389d 100644 --- a/lib/PBot/Core/WebPaste.pm +++ b/lib/PBot/Core/WebPaste.pm @@ -93,7 +93,7 @@ sub paste_0x0st { return $ua->post( "https://0x0.st", - [ file => [ undef, "foo", Content => $text, 'Content-Type' => 'text/plain' ] ], + [ file => [ undef, "filename", Content => $text, 'Content-Type' => 'text/plain' ] ], Content_Type => 'form-data' ); }