404 not found #313
404 not found
#313
-
Describe the bug Error
To Reproduce if _, err := clientDiscord.CreateMessage(discord.NewWebhookMessageCreateBuilder().
SetContentf("test 1").
Build(),
// delay each request by 2 seconds
rest.WithDelay(2*time.Second),
); err != nil {
log.Errorf("error sending message: %s", err)
} Disgo Version(please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Answered by
topi314
Sep 12, 2023
Replies: 1 comment
-
this suggests the webhook you're trying to use does not exist, make sure you put the right id & token in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
topi314
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this suggests the webhook you're trying to use does not exist, make sure you put the right id & token in