You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read properties of undefined (reading 'color')
if i try to define canvacord as const { Canvas: Canvacord } = require('canvacord') then it gives error Error: Failed to convert JavaScript value Undefined into rust type String
The text was updated successfully, but these errors were encountered:
code:
TypeError: Cannot read properties of undefined (reading 'color')
if i try to define canvacord as
const { Canvas: Canvacord } = require('canvacord')
then it gives errorError: Failed to convert JavaScript value Undefined into rust type String
The text was updated successfully, but these errors were encountered: