mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
that
This commit is contained in:
@@ -69,7 +69,7 @@ export async function calculateChannelOverwrites(
|
||||
channel = await getCached("channels", channel);
|
||||
|
||||
// This is a DM channel so return ADMINISTRATOR permission
|
||||
if (!channel || !channel.guildId) return "8";
|
||||
if (!channel?.guildId) return "8";
|
||||
|
||||
member = await getCached("members", member);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user