Cannot mix BigInt and other types, use explicit conversions (Again)
Closed this issue · 1 comments
TheAkio commented
Seems to be the same issue as in #1491 but on a different line. I'm using commit 7524a40.
/project/node_modules/eris/lib/structures/GuildChannel.js:110
permission = (permission & ~overwrite.deny) | overwrite.allow;
^
TypeError: Cannot mix BigInt and other types, use explicit conversions
at TextChannel.permissionsOf (/project/node_modules/eris/lib/structures/GuildChannel.js:110:38)
I am not sure what command execution in which server caused this error, if I find out more I'll let you know.
Edit: I though I was using the newest commit but apparently I am not. I'll see if the issue occurrs with commit 7f9ef8c where the original issue was fixed.