Make themes JSON objects #47

Merged
sirdog3355 merged 1 commit from refact/rquote-json-objects into dev 2025-10-18 01:29:46 -04:00
sirdog3355 commented 2025-10-18 01:22:39 -04:00 (Migrated from github.com)

All /rquote themes are now configurable in variables.json instead of being hard-coded with elif statements.

Since the JSON now includes utf-8 emojis, json.load() invocations across all cogs have been instructed to encode with it. The bot got cranky without this.

variables_example.json updated to reflect changes.

Closes #45

All `/rquote` themes are now configurable in `variables.json` instead of being hard-coded with `elif` statements. Since the JSON now includes utf-8 emojis, `json.load()` invocations across all cogs have been instructed to encode with it. The bot got cranky without this. `variables_example.json` updated to reflect changes. Closes #45
sirdog3355 commented 2025-10-18 01:28:31 -04:00 (Migrated from github.com)

Commit c2da74e is marked as Unverified as I used a Git program with inappropriate settings to perform the commit, rather than my terminal.

Commit [c2da74e](https://github.com/sirdog9001/EnduraBot/pull/47/commits/c2da74edf0105977faf1af16b0e16c0798a34152) is marked as Unverified as I used a Git program with inappropriate settings to perform the commit, rather than my terminal.
Sign in to join this conversation.
No description provided.