javadiscord / java-discord-api

A wrapper over the discord API to create bots using Java
GNU General Public License v3.0
7 stars 8 forks source link

Change default body to `HttpRequest.BodyPublishers.noBody()` #112

Closed SquidXTV closed 1 month ago

SquidXTV commented 1 month ago

About

resolves #107

Changes the default body from null to HttpRequest.BodyPublishers.noBody() to prevent NullPointerException.