Last 12 weeks · 0 commits
1 of 6 standards met
I removed the old text that was mostly referencing the Next.js Conf and added some rules specific for the server. I included back the commented messages that would be from the other bot. Imo we can delete these messages because it's kinda inconvenient having them there without us being able to edit them all in the same bot. Since we implemented the custom roles with the new Onboarding Questions, I removed them from the welcome message !image !image
Repository: vercel/nextjs-discord-bot. Description: Discord bot for the official Next.js Discord Stars: 118, Forks: 30. Primary language: TypeScript. Languages: TypeScript (99%), Shell (0.9%), Procfile (0.1%). Open PRs: 3, open issues: 1. Last activity: 2y ago. Community health: 37%. Top contributors: rafaelalmeidatk, Nutlope, samrobbins85, Markos-Th09.
WARNING: CHECK THAT THIS IS ACCEPTABLE WITH THE TOS OF CHAT GPT When enabled the bot will watch the help forum channel and forward messages to a private channel. The users the private channel can then reply either either a 👍 or ✅ reaction. When messages collections enough 👍 reactions and exceeds the value set by () or if the reaction is ✅ then the generated answer from ChatGPT is sent as a reply to the original poster's thread. Note: Using is a cat-and-mouse game of not getting ip blocked / rate limited / captcha'd / etc. Refer to the authentication docs here https://github.com/transitive-bullshit/chatgpt-api to configure this for production. The code in this PR will work with either a copied session cookies or email/password approach. Breaking changes: Upgrade to Node 18 and configure tsconfig for ESM Screen recording of what this looks like https://user-images.githubusercontent.com/702718/209655773-d0783408-0072-40a0-8985-2633d794570b.mov
New slash commands: , , Replaced the alert reactions module with a report command in the context menu Updated all the dependencies ⚠️ New required env variables: and In order to register the new commands in the official server, you need to correctly set the environment variables (I updated the file with all the variables) and run the new script with