mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
remove logger
This commit is contained in:
@@ -99,6 +99,7 @@ export async function createGuildChannel(
|
||||
name,
|
||||
permission_overwrites: options?.permission_overwrites?.map((perm) => ({
|
||||
...perm,
|
||||
|
||||
allow: perm.allow.reduce(
|
||||
(bits, p) => bits |= BigInt(Permissions[p]),
|
||||
BigInt(0),
|
||||
|
||||
Reference in New Issue
Block a user