mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix some getmessages stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user