Rename variables to be more general #187
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#187
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?
A lot of variables in
data/variables.jsonare 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.Variables to rename:
out_of_context_channel_id->quotes_channel_idbased_chat_channel_id->general_chat_channel_idedc_links->linksedc_ip->ipedc_url->urledc_ports->portsIssue addressed by PR #190. Awaiting on documentation to be updated.
Documentation updated; awaiting push to production. Closing as completed.