Opolo, the cutest opossum on Discord!
├───assets - Assets such as images
├───db - Database
├───ocl - Opolo command library
│ ├───args - Argument parsing
│ ├───embeds - UI/UX theming with embeds
│ └───msgcol - Message collector
├───pieces
│ ├───cmds - Commands
│ │ └───[category] - Commands are grouped into their respective categories by folder
│ ├───events
│ ├───mdware - Middleware
│ ├───models - Database models
│ └───parsers - Argument Parsers
└───utils - Utilities
Under MIT license. View it here