Have bot dynamically determine date of oldest message in quotes_channel_id #186
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#186
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?
Right now, EnduraBot is given a hard-coded date that is in the vicinity of the first message ever sent to
#out-of-context.Now, this could be made a variable, but it feels like that would be archaic and unnecessarily manual.
Desired functionality is to have the bot, on boot, find the oldest message in the
out_of_context_channel_iddynamically. I'm uncertain if this is possible to do without iterating through the whole channel, which would make the entire point of doing the date calculations moot, but if it is, that would be preferable.Resolved by #203; documentation updated. Closing as completed.