Skip to content

opolobot/Opolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opolo

Opolo, the cutest opossum on Discord!

Structure

├───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

License

Under MIT license. View it here