-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Error: 400 undefined #73
Comments
@istiaqueahmedarik this should work
|
Looks like now must put an embed with a Title. The example at Readme no longer works too: const msg = new webhook.MessageBuilder()
.setName("Username")
.setColor("#aabbcc")
.setText("This is my webhook!");
Hook.send(msg);
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I test it on a NextJS project. and I got this every time when I want to use message builder.
The text was updated successfully, but these errors were encountered: