change: createChannelOptions.parentId is now a bigint

This commit is contained in:
ITOH
2021-05-21 16:45:09 +02:00
parent e738d8a85a
commit a0cc5a558f
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Deno.test({
const channel = await createChannel(tempData.guildId, {
name: "synced-channel",
parentId: category.id.toString(),
parentId: category.id,
});
// Assertions