fix some getmessages stuff

This commit is contained in:
ITOH
2021-05-08 11:44:05 +02:00
parent 83455c1742
commit c98b0e089a
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Deno.test({
// Fetch the messages
const fetchedMessages = await getMessages(tempData.channelId, {
after: message.id.toString(),
after: message.id,
limit: 2,
});
// Check if getMessages has worked