how to add a reply

if (command === 'moye' && args.join(' ').toLowerCase() === 'moye') {
message.reply('hi');
}
Was this page helpful?