Skip to content

Add proper file structure for cogs and extensions #1

@janine9vn

Description

@janine9vn

Context

Currently, in the singular file that is Lovelace.py, all the cogs and extensions are included in the one file. This cogs should be moved out to separate files and be referenced appropriately.

Details

A potential file structure implementation could look like the following:

lovelace
|
|_ _ _ bot
| |_ _ lovelace.py
|
|_ _ _ exts
| |_ _ IDEA
| | |_ _ _ affinity_group.py
| | |_ _ _ working_group.py
|
|_ _ _ utils
| |_ _ role_checks.py
|
|
. . .

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions