Make rquote themes JSON objects #45
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the available themes for
/rquoteare hard coded. Adding a new theme would require editing EnduraBot's source code and a new release be pushed. However, as brought up by SierraKomodo in a voice call, this is obviously not optimal. Nor is there any necessity for this.Instead, the bulk of the theme should be stored in JSON objects which EnduraBot then simply selects. Then all that's necessary to edit or add a theme is to edit the config, rebuild the image, and re-deploy EnduraBot.
Closed by #47