mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-19 21:43:28 +00:00
15 lines
574 B
Markdown
15 lines
574 B
Markdown
\page editing-channels-and-messages Editing Channels and Messages
|
|
|
|
Sometimes we need to update an object, such as message or channel. At first, it might seem confusing, but it's actually really simple! You just need to use an object with identical properties you don't need to update. NOTE: your bot can't edit messages sent by others.
|
|
|
|
\note This example uses callback functions. To see more information about them, visit \ref callback-functions.
|
|
|
|
\include{cpp} editing_messages.cpp
|
|
|
|
Before editing:
|
|
|
|
\image html stuff_edit1.png
|
|
|
|
After editing:
|
|
|
|
\image html stuff_edit2.png |