Skip to content

Commit

Permalink
Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia authored Dec 18, 2024
1 parent bdb2b34 commit ff957dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void main() async {
if (event.mentions.contains(botUser)) {
await event.message.channel.sendMessage(MessageBuilder(
content: 'You mentioned me!',
replyId: event.message.id,
referencedMessage: MessageReferenceBuilder.reply(messageId: event.message.id),
));
}
});
Expand Down

0 comments on commit ff957dc

Please sign in to comment.