Puyodead1 / powercord-stafftags

MIT License
25 stars 9 forks source link

Fix BigInt TypeError in getPermissionsRaw #16

Closed colin273 closed 3 years ago

colin273 commented 3 years ago

Replace 0 with 0n to avoid a TypeError about mixing BigInt with other types in the getPermissionsRaw() function

Wolfkid200444 commented 3 years ago

This error appear on Canary 92762 (a95e09a) Host 1.0.37 Windows 10 64-Bit (10.0.19042)

So far the fix does work somehow