how could i force update my bot's friendsList #2110
1334310385
started this conversation in
General
Replies: 1 comment
-
Have you tried that let your friend send a message to you first? Then I believe you can find your friend by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have add a new friend,but i can't sent message to her,cause i can't find her buy name
my code:
let solverContact = await global.bot.Contact.find({ alias: 'aaa' });
if (!solverContact) {
solverContact = await global.bot.Contact.find({ name: 'aaa' });
}
await solverContact.say('hell');
please tell what should i do?thanks
Beta Was this translation helpful? Give feedback.
All reactions