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:
Skillz4Killz
2021-12-28 18:31:25 -05:00
committed by GitHub
+1
View File
@@ -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);