Feat: add config #6

Closed
opened 2025-05-16 12:29:04 -07:00 by nyanide · 2 comments
Collaborator

it will be a json file, as python has that in std lib

heres what it will look like in an incomplete form

{
 "admins": []
}
it will be a json file, as python has that in std lib heres what it will look like in an incomplete form ``` { "admins": [] } ```
waifu was assigned by nyanide 2025-05-16 12:29:58 -07:00
nyanide self-assigned this 2025-05-16 12:29:59 -07:00
nyanide added reference dev 2025-05-16 12:30:05 -07:00
nai added the
Feature
label 2025-05-16 12:31:29 -07:00
Author
Collaborator

This'll just be in a native python file (config.py) instead, cause constantly reparsing the json just to get one field from the config in the existing code will be inefficient.

This'll just be in a native python file (config.py) instead, cause constantly reparsing the json just to get one field from the config in the existing code will be inefficient.
Author
Collaborator

PR #7 adds base config, closing issue

PR #7 adds base config, closing issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: waifu/kemoverse#6
No description provided.