Warning
Manto is currently a work in progress. Expect potential bugs, incomplete documentation, and ongoing development. Approach it with a growth mindset, enjoy experimenting, and refrain from using it for critical production purposes at this time.
Configure your Discord server with a file system approach.
github.com/9aia/discord
βββ channels/ # Channel configurations
β βββ _/ # Uncategorized channels
β β βββ T 1 welcome.yml # Text channel: welcome
β βββ Community/ # Community category
β β βββ .config.yml # Category configuration
β β βββ T 1 general.yml # Text channel: general
β β βββ T 2 offtopic.yml # Text channel: offtopic
β β βββ T 3 memes.yml # Text channel: memes
β β βββ V Voice-1.yml # Voice channel: Voice-1
β β βββ V Voice-2.yml # Voice channel: Voice-2
β βββ Server/ # Server category
β βββ .config.yml # Category configuration
β βββ T 1 rules.yml # Text channel: rules
β βββ T 2 system.yml # Text channel: system
β βββ T 3 updates.yml # Text channel: updates
β βββ V AFK.yml # Voice channel: AFK
βββ files/ # File attachments and resources
βββ roles.yml # Role definitions and permissions
βββ server.yml # Server settings and configuration
File Naming Convention:
T
prefix: Text channelsV
prefix: Voice channels- Numbers indicate channel order within categories
.config.yml
: Category-specific configurations
Note: This project serves as a framework for server configuration. Additional scripting might be needed for automation or specific functionalities.
// WIP
// WIP
You can find the roadmap here.