nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

fix: auto-join to guild if user is not member #14

Closed arashsheyda closed 1 year ago

arashsheyda commented 1 year ago

The user will be join to the server if is not a member. related to #13

arashsheyda commented 1 year ago

and maybe we could add guilds.join to https://github.com/nuxt/nuxters/blob/a57a22faac2361f9c31c686147048fb6363cc511/server/routes/connect/%5Bprovider%5D.get.ts#L35 to inform user:

image

manniL commented 1 year ago

I think adding guilds.join to the scope would be good too, yes 👍🏻

Atinux commented 1 year ago

Seems it's completely broken now in production

manniL commented 1 year ago

@Atinux Indeed, getting a 403 too. We need to extend the scope (to add guilds.join) in the Discord app I think.

arashsheyda commented 12 months ago

@Atinux @manniL Oh sorry. I tested in another server before pushing and it worked, so sorry for the inconvenience

Nuxter bot is in Nuxt server right? I think if the bot is not in server we might get 403

danielroe commented 12 months ago

I think we're good now 👌