ArthurGuy / BBMembershipSystem

A membership management system for the Maker Space Build Brighton
https://arthurguy.co.uk/portfolio/bbms
GNU General Public License v3.0
20 stars 16 forks source link

Add discord webhook #294

Closed nes0 closed 5 months ago

nes0 commented 1 year ago

Hopefully this change replaces UserObserver Slack posts with a post to a Discord webhook URL which will be retrieved from the production environment. I don't know PHP or Laravel, so would really appreciate it if you would check this over for correctness. I've tried to keep it as simple as possible.

ArthurGuy commented 1 year ago

It's hard to tell without testing it but it should be ok, it can also be wrapped in an exception try/catch block in case there is an error. Do you have the value for the environment variable DISCORD_WEBHOOK?

nes0 commented 1 year ago

Thanks Arthur. Yes I have a value for DISCORD_WEBHOOK. I don't have access to the production environment though. I'm hoping someone else can help with that. Shall I email it to you?

nes0 commented 1 year ago

I've just added an exception handler which should log in the event of any obvious failure.

paters936 commented 1 year ago

DMed you the hook

ArthurGuy commented 1 year ago

Hey guys, the key has been added to the environment file and should be good to go

nes0 commented 6 months ago

Thanks Arthur. Shall we deploy this change and see if it works?

paters936 commented 5 months ago

Looks good