mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Merge pull request #1872 from lts20050703/fix-send-a-message-with-a-webhook-test
fix send a message with a webhook test
This commit is contained in:
@@ -9,6 +9,7 @@ Deno.test("[webhooks] Send a message with a webhook", async (t) => {
|
||||
assertExists(webhook.token);
|
||||
const message = await bot.helpers.sendWebhook(webhook.id, webhook.token, {
|
||||
content: "discordeno is best lib",
|
||||
wait: true,
|
||||
});
|
||||
|
||||
assertExists(message);
|
||||
|
||||
Reference in New Issue
Block a user