-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Post Discord channel message on points earned #83
feat: Post Discord channel message on points earned #83
Conversation
@raysubham is attempting to deploy a commit to the formbricks Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
…/discord-notifications
Hey! So i've created and installed the Discord bot. However, when I run this branch, the normal GitHub comment on point award does not work anymore and I get this error:
I'm not very familiar with Trigger but see that you made some changes in the PR which likely cause this (since it doesnt happen on main). Can you walk me through how I have to set it up correctly? 🤓 Thanks! :) |
Let me check the console error and get back to you. |
@jobenjada I checked on my local. Discord messages works perfectly. There are no errors for me. Here are the steps that you need to follow:
Let me know if you still face issues while installing. |
/award 150 |
Awarding raysubham: 150 points! |
What does this PR do?
Fixes #75
Screen.Recording.2024-05-05.at.6.42.02.AM.mov
How should this be tested?
bot token
andchannel ID
and add the env variablesChecklist
Required
pnpm build
console.logs
git pull origin main
Appreciated