mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
0f91120769
commit
370d62be04
@@ -21,6 +21,6 @@ export async function editMessageTest(bot: Bot, channelId: bigint, t: Deno.TestC
|
||||
// await delayUntil(10000, async () => bot.cache.messages.get(message.id)?.content === "Goodbye World!");
|
||||
// Make sure it was edited
|
||||
// if (bot.cache.messages.get(message.id)?.content !== "Goodbye World!") {
|
||||
// throw new Error("The message should have been edited but it was not.");
|
||||
// throw new Error("The message should have been edited but it was not.");
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user