🐛 fix permission

This commit is contained in:
Flam3rboy
2021-02-14 20:24:39 +01:00
parent 86700f88ab
commit 2859daeba8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -156,5 +156,5 @@ export async function getPermission(user_id: bigint, guild_id: bigint, channel_i
},
});
return permission;
return new Permissions(permission);
}