mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
Remove Channel#_rawPermissionOverwrites
This commit is contained in:
@@ -46,8 +46,6 @@ export async function createChannel(
|
||||
nsfw: data.nsfw || false,
|
||||
/** The mention of the channel */
|
||||
mention: `<#${data.id}>`,
|
||||
/** Raw permissions */
|
||||
_rawPermissionOverwrites: permission_overwrites,
|
||||
};
|
||||
|
||||
cacheHandlers.set("channels", data.id, channel);
|
||||
|
||||
Reference in New Issue
Block a user