Clienterrverse Bot is a versatile and feature-rich Discord bot designed to enhance your server experience with advanced functionalities such as a paging system, prefix support for Slash Commands, button support, context menu support, modal support, event handling, ticket system, and more.
src/
├── assets/
├── buttons/
├── commands/
│ ├── developer/
│ ├── economy/
│ ├── image/
│ ├── misc/
│ ├── ticket/
├── config/
├── contextmenus/
├── events/
├── handlers/
├── modals/
├── schemas/
├── selects/
├── utils/
│ ├── ticket/
├── index.js
test/
├── bot.js
├── exampleCmd.js
.env
.env.example
.gitignore
.prettierignore
.prettierrc
package-lock.json
package.json
SECURITY.md
git checkout -b feature/your-feature-name
git commit -m "Add some feature"
git push origin feature/your-feature-name