https://github.com/duckodas/djs-suggestion-system-v14
Advanced suggest system with vote buttons and delete button!
https://github.com/duckodas/djs-suggestion-system-v14
discord-js discord-js-bot discord-suggestions-bot discordv14 suggestion
Last synced: 8 months ago
JSON representation
Advanced suggest system with vote buttons and delete button!
- Host: GitHub
- URL: https://github.com/duckodas/djs-suggestion-system-v14
- Owner: duckodas
- License: mit
- Created: 2022-09-15T12:52:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T16:16:36.000Z (about 3 years ago)
- Last Synced: 2025-02-02T05:24:32.076Z (8 months ago)
- Topics: discord-js, discord-js-bot, discord-suggestions-bot, discordv14, suggestion
- Language: JavaScript
- Homepage: https://discord.gg/TKz7BMwEap
- Size: 33.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Ducko's DJS Suggestion System V14
System made with 💖 by Ducko#7068
[](https://discord.gg/TKz7BMwEap)[](https://github.com/DuckoDas/DJS-Suggestion-System-v14)
[](https://github.com/DuckoDas/DJS-Suggestion-System-v14)
[](https://github.com/DuckoDas/)**Advanced Suggestions System with Modals and Buttons**
**Upvote and Downvote button**
**Role to accept or decline or restart a suggestion!**
## Features
- 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## **Dependencies:**
- [Roald Modal Handler](https://github.com/RoaldDahl/Modal-Handler)
- [Roald Button Handler](https://github.com/RoaldDahl/Button-Handler)
- discord.js@14.3.0 or higher
- mongoose
- [MongoDB Database (FREE)](https://www.mongodb.com/)## **Database Connection:**
```js
const { MongoDB } = require("MONGODB URL");
const { connect } = require("mongoose");module.exports = {
name: "ready",
async execute(client) {
connect(MongoDB).then(() => {
console.log(`Mongoose Connected`);
});
},
};
```## Little screenshot when a suggestion is sent:D
### Suggestion Preview

### When Suggestion Preview

### Voting on Suggestions Preview

### Can't Vote on Different Suggestion Preview

### Deleting Suggestions

### Accepting Suggestions

### Declining Suggestions
## **Credits:**
- [Roald Dahl](https://github.com/RoaldDahl/Modal-Handler) for helping + ideas
- [Telly](https://github.com/CantTelly) for testing + ideas