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
Hello There. I have a problem with GroupCall Ring can't ring the group or a user using the User
it would give me the error Cannot read properties of null (reading 'map') i have tried doing it with one of the users in the group but it will give me a channel id error
code :
if (interaction.channel.type == "GROUP_DM") {
interaction.channel.ring();
console.log("trying to ring channel")
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello There. I have a problem with GroupCall Ring can't ring the group or a user using the User
it would give me the error Cannot read properties of null (reading 'map') i have tried doing it with one of the users in the group but it will give me a channel id error
code :
Beta Was this translation helpful? Give feedback.
All reactions