Rename variables to be more general #187

Closed
opened 2025-12-15 05:12:06 -05:00 by sirdog3355 · 4 comments
sirdog3355 commented 2025-12-15 05:12:06 -05:00 (Migrated from github.com)

A lot of variables in data/variables.json are very EDC specific. I'd like to make them more non-specific so I can host the bot elsewhere, for example. I also think that's just a good design choice in general, even if it never leaves the EDC server.

A lot of variables in `data/variables.json` are very EDC specific. I'd like to make them more non-specific so I can host the bot elsewhere, for example. I also think that's just a good design choice in general, even if it *never* leaves the EDC server.
sirdog3355 commented 2025-12-18 16:50:05 -05:00 (Migrated from github.com)

Variables to rename:

  • out_of_context_channel_id -> quotes_channel_id
  • based_chat_channel_id -> general_chat_channel_id
  • edc_links -> links
  • edc_ip -> ip
  • edc_url -> url
  • edc_ports -> ports
Variables to rename: - [x] `out_of_context_channel_id` -> `quotes_channel_id` - [x] `based_chat_channel_id` -> `general_chat_channel_id` - [x] `edc_links` -> `links` - [x] `edc_ip` -> `ip` - [x] `edc_url` -> `url` - [x] `edc_ports` -> `ports`
sirdog3355 commented 2025-12-18 18:44:22 -05:00 (Migrated from github.com)
  • Also need to rewrite any command descriptions that are EDC specific.
- [x] Also need to rewrite any command _descriptions_ that are EDC specific.
sirdog3355 commented 2025-12-18 20:34:13 -05:00 (Migrated from github.com)

Issue addressed by PR #190. Awaiting on documentation to be updated.

Issue addressed by PR #190. Awaiting on documentation to be updated.
sirdog3355 commented 2025-12-18 20:41:36 -05:00 (Migrated from github.com)

Documentation updated; awaiting push to production. Closing as completed.

Documentation updated; awaiting push to production. Closing as completed.
Sign in to join this conversation.
No description provided.