mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
Update tests/messages/create_message.ts
Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ async function ifItFailsBlameWolf(
|
||||
},
|
||||
};
|
||||
} else if (content === "reply") {
|
||||
const message = await sendMessage(channel?.id!, "Test Message");
|
||||
const message = await sendMessage(channel!.id, "Test Message");
|
||||
assertExists(message);
|
||||
// Wait few seconds for the channel create event to arrive and cache it
|
||||
await delayUntil(10000, () => cache.messages.has(message.id));
|
||||
|
||||
Reference in New Issue
Block a user