From 475e23cce441e2d3197e5aa17ecbbf1277e0fb84 Mon Sep 17 00:00:00 2001 From: Quentin Nicolini Date: Sat, 30 Oct 2021 13:58:38 +0200 Subject: [PATCH] Fix comments --- tests/helpers/messages/editMessage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/messages/editMessage.ts b/tests/helpers/messages/editMessage.ts index ba8b98efb..eb5d987f6 100644 --- a/tests/helpers/messages/editMessage.ts +++ b/tests/helpers/messages/editMessage.ts @@ -14,7 +14,7 @@ export async function editMessageTest(bot: Bot, channelId: bigint, t: Deno.TestC throw new Error("The message seemed to be sent but it was not cached. Reason: ${reason}"); } - // Delete the message now + // Edit the message await bot.helpers.editMessage(channelId, message.id, "Goodbye World!"); // Wait to give it time for MESSAGE_UPDATE event