Add comment

This commit is contained in:
Bea 2022-11-22 20:42:47 +01:00
parent 3f1835e059
commit ff80e754ff
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ public class ClearCommand implements MessageCommand
// edit the message text and attach a button.
Button dismiss = ClearChat.getDismissButton();
// ^ todo: maybe the dismiss button should also delete the original message sent by the user?
// todo: but then, we need to differentiate between command type in the database, and store
// todo: that message's id too.
botMessage = botMessage.editMessage(content).setActionRow(dismiss).complete();
// add the message to database.