mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 21:23:29 +00:00
스킵 구현
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user