remove logger

This commit is contained in:
Skillz
2020-09-22 19:08:14 -04:00
parent 2eab6d6789
commit 18d483144c
7 changed files with 10 additions and 64 deletions
+1
View File
@@ -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),