Create debugging variant of /rquote #65
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#65
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, in order for me to ascertain how
/rquotewill handle a particular message, I have to make a Frankenstein's monster copy of it on the Discord server I use as a development environment, and then just run/rquoterepeatedly until it picks it.A much, much better idea is to have a
/rquote-testcommand that lets me specify the message by it's ID. This command can then output everything as normal, but I can also have it give me all kinds of debugging information in a separate embed.This command will need to be locked down since it will be completely outing the person who said the quote and who quoted it, something Fleff is not okay with given
/rquotecan run in channels that are accessible to people who can't see#out-of-context.Couple of ways to handle this:
Resolved by #66