mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Merge branch 'main' into prettier-workflow
This commit is contained in:
@@ -39,7 +39,7 @@ Deno.test({
|
||||
|
||||
const channel = await createChannel(tempData.guildId, {
|
||||
name: "synced-channel",
|
||||
parentId: category.id.toString(),
|
||||
parentId: category.id,
|
||||
});
|
||||
|
||||
// Assertions
|
||||
|
||||
Reference in New Issue
Block a user