indie-collective / community

Community-driven video game data.
https://community.indieco.xyz
3 stars 0 forks source link

Notify when someone signs up #34

Open YoruNoHikage opened 3 years ago

YoruNoHikage commented 3 years ago

Is your feature request related to a problem? Please describe. Could be nice to know when someone registered on Community.

Describe the solution you'd like It could be a simple email or a discord text.

Describe alternatives you've considered

engleek commented 3 years ago

Probably easier to use a web hook to JMJ, or directly call the Discord API.

YoruNoHikage commented 3 years ago

Just re-discovered how Discord's webhooks work, just a simple fetch and we're good.

engleek commented 8 months ago

Resurrecting the issue. Do we still want this? Would be the right time, but we're linked to Discord now.

YoruNoHikage commented 8 months ago

Yup, just a simple fetch to add there https://github.com/indie-collective/community/blob/main/app/utils/auth.server.js#L138