This topic was automatically generated from Slack. You can find the original thread here.
Is there a way to create a new user & role for someone in Discord when they place an order for a particular product on Shoppify?
This topic was automatically generated from Slack. You can find the original thread here.
Is there a way to create a new user & role for someone in Discord when they place an order for a particular product on Shoppify?
I was just doing a quick read of the discord api and it doesn’t seem there’s a way to create a user. Kind of makes sense with the discord model… users aren’t created on servers, users create their own account and are invited to different servers. You can check the docs here: https://discord.js.org/#/docs/discord.js/main/general/welcome
plenty of options there to create/manage your roles though. discord.js