more fixxes

This commit is contained in:
ITOH
2021-05-01 18:42:46 +02:00
parent 51095db12f
commit eda4895da3
8 changed files with 29 additions and 29 deletions
+4 -4
View File
@@ -61,7 +61,7 @@ Deno.test({
await ifItFailsBlameWolf(
{
name: "Discordeno-clone-test",
type: DiscordChannelTypes.GUILD_CATEGORY,
type: DiscordChannelTypes.GuildCategory,
},
false,
);
@@ -75,7 +75,7 @@ Deno.test({
await ifItFailsBlameWolf(
{
name: "Discordeno-clone-test",
type: DiscordChannelTypes.GUILD_VOICE,
type: DiscordChannelTypes.GuildVoice,
},
false,
);
@@ -89,7 +89,7 @@ Deno.test({
await ifItFailsBlameWolf(
{
name: "discordeno-clone-test",
type: DiscordChannelTypes.GUILD_VOICE,
type: DiscordChannelTypes.GuildVoice,
bitrate: 32000,
},
false,
@@ -104,7 +104,7 @@ Deno.test({
await ifItFailsBlameWolf(
{
name: "Discordeno-clone-test",
type: DiscordChannelTypes.GUILD_VOICE,
type: DiscordChannelTypes.GuildVoice,
userLimit: 32,
},
false,