We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/home/pi/discordbots/aichat/node_modules/discord.js/src/rest/RequestHandler.js:170 return reject(new DiscordAPIError(request.path, data, request.method, res.status)); ^
DiscordAPIError: Cannot send an empty message at RequestHandler.execute (/home/pi/discordbots/aichat/node_modules/discord.js/src/rest/RequestHandler.js:170:25) at processTicksAndRejections (node:internal/process/task_queues:96:5) { method: 'post', path: '/channels/872522078098686053/messages', code: 50006, httpStatus: 400 }
The text was updated successfully, but these errors were encountered:
Can you specify where you face above error (Is in Dialogflow ?)
Sorry, something went wrong.
No branches or pull requests
/home/pi/discordbots/aichat/node_modules/discord.js/src/rest/RequestHandler.js:170
return reject(new DiscordAPIError(request.path, data, request.method, res.status));
^
DiscordAPIError: Cannot send an empty message
at RequestHandler.execute (/home/pi/discordbots/aichat/node_modules/discord.js/src/rest/RequestHandler.js:170:25)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
method: 'post',
path: '/channels/872522078098686053/messages',
code: 50006,
httpStatus: 400
}
The text was updated successfully, but these errors were encountered: