mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Rename permission_overwrites to permissionOverwrites
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user