guide icon indicating copy to clipboard operation
guide copied to clipboard

refactor(faq): use consistent examples

Open Squiddleton opened this issue 3 years ago • 0 comments

Please describe the changes this PR makes and why it should be merged: The original section for "How do I unban a user?" uses <CommandInteractionOptionResolver>.get(...).value instead of <CommandInteractionOptionResolver>.getUser(...) which is inconsistent with the nearby section regarding banning users. This corrects that, and it rewrites the tip that was originally based on message commands instead of slash commands.

Squiddleton avatar Aug 10 '22 18:08 Squiddleton