Advanced Suggestions System with Modals and Buttons
Upvote and Downvote button
Role to accept or decline or restart a suggestion!
- Custom colors for default the embed, accepted suggestions, and declined suggestions (Setup)
- Accept or decline or just start the suggestion again (Commands)
- Upvote or downvote a suggestion
- Roald Modal Handler
- Roald Button Handler
- discord.js@14.3.0 or higher
- mongoose
- MongoDB Database (FREE)
const { MongoDB } = require("MONGODB URL");
const { connect } = require("mongoose");
module.exports = {
name: "ready",
async execute(client) {
connect(MongoDB).then(() => {
console.log(`Mongoose Connected`);
});
},
};
- Roald Dahl for helping + ideas
- Telly for testing + ideas