Make rquote themes JSON objects #45

Closed
opened 2025-10-18 00:26:39 -04:00 by sirdog3355 · 1 comment
sirdog3355 commented 2025-10-18 00:26:39 -04:00 (Migrated from github.com)

Right now, the available themes for /rquote are 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.

Right now, the available themes for `/rquote` are 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.
sirdog3355 commented 2025-10-18 01:30:27 -04:00 (Migrated from github.com)

Closed by #47

Closed by #47
Sign in to join this conversation.
No description provided.