Refactor bot text and variables for genericity #190

Merged
sirdog3355 merged 1 commit from refact/genericity-variable-names into dev 2025-12-18 20:33:24 -05:00
sirdog3355 commented 2025-12-18 20:32:17 -05:00 (Migrated from github.com)

Variety of variables renamed for genericity:

  • 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

Also replaced instances of Endurance Coalition or EDC throughout the bot with either a more generic term (e.g community) or with dynamic generation (e.g {interaction.guild.name}). Single exception for /about and README.md as the text correctly dictates that the bot was originally created for EDC.

Closes #187

Variety of variables renamed for genericity: - `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` Also replaced instances of `Endurance Coalition` or `EDC` throughout the bot with either a more generic term (e.g `community`) or with dynamic generation (e.g `{interaction.guild.name}`). Single exception for `/about` and `README.md` as the text correctly dictates that the bot was originally created for EDC. Closes #187
Sign in to join this conversation.
No description provided.