스킵 구현

This commit is contained in:
2023-12-20 19:45:25 +09:00
parent 6503fd167b
commit 8a987320e0
775 changed files with 162601 additions and 135 deletions

View File

@@ -0,0 +1,11 @@
\page user-only-messages Ephemeral Replies ('Only You Can See This' Replies)
If you've used a Discord bot, there's a chance that you've encountered a message from one that said "Only you can see this" after you interacted with it (or executed a command). These messages are pretty helpful and can be used in many instances where you'd only like the user that's interacting to see what's going on.
Here's how you can do exactly that!
\include{cpp} ephemeral.cpp
That's it! If everything went well, it should look like this:
\image html user_only_messages_image.png