Rename permission_overwrites to permissionOverwrites

This commit is contained in:
ayyanm
2020-10-29 10:38:40 -07:00
parent 03c36ee361
commit 47ede28f5d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ Deno.test({
async fn() {
const channel = cache.channels.get(data.channelID);
if (!channel) throw "Channel not found";
assertArrayIncludes(channel.permission_overwrites!, [
assertArrayIncludes(channel.permissionOverwrites!, [
{
id: data.roleID,
type: OverwriteType.ROLE,