Backup message for /quote does not exist #84
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#84
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?
Back when
/rquotewas refactored to be able to select any message in the channel, as a fallback, I hard coded EnduraBot to - in the event, for some reason, it does not select a message (maybe the date it picks is too far in the past and a quote doesn't exist for it, for example) - use a specific message in#out-of-context.When testing out that message with
/rquote-debugto find it, however, it appears to not exist.Desired functionality is to either remove the fail-safe (as it appears unnecessary given the same code works on my dev server with a message history of like 10) or hardcode a new message that actually exists.