You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);