Dishorde icon indicating copy to clipboard operation
Dishorde copied to clipboard

INFO command posting empty string

Open jKarimaa opened this issue 2 years ago • 0 comments

Hi, i had a problem with the info command posting just empty string to discord. Maybe related to changes in discord API?

Anyway i changed this code:

msg.channel.send({embeds: [{description: string}] })

To just send the string and now it works. For some reason with the original 2.0.1 code it sent empty string after the error catching.

msg.channel.send(string);

jKarimaa avatar Apr 20 '22 06:04 jKarimaa