discord-php / DiscordPHP-Http

Asynchronous HTTP client used for communication with the Discord REST API.
MIT License
21 stars 9 forks source link

Bad Request - { "message": "Cannot send an empty message", "code": 50006 } #12

Closed heyitsmarlon closed 2 years ago

heyitsmarlon commented 2 years ago

My application was built using DiscordPHP-Http last year and it worked perfectly up until just recently. No changes have been made to the code but since a few days I get the error Bad Request - { "message": "Cannot send an empty message", "code": 50006 }.

What could possibly be the issue?

SQKo commented 2 years ago

Please show your code

SQKo commented 2 years ago

Duplicate of https://github.com/discord-php/DiscordPHP/issues/797