-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alan Schapira edited this page Jun 19, 2019
·
1 revision
How to write messages to the user
private message = client.users.get(message.author.id).send('found you by Id');
Simple reply = message.reply('pong');
Send a reply without mention = message.channel.send(${savedRaid.name} has been created
);