Dishorde
Dishorde copied to clipboard
INFO command posting empty string
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);