Skip to content
New issue

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

INFO command posting empty string #131

Open
jKarimaa opened this issue Apr 20, 2022 · 0 comments
Open

INFO command posting empty string #131

jKarimaa opened this issue Apr 20, 2022 · 0 comments

Comments

@jKarimaa
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant