how to make a discord bot send a message
message.channel.send("This is a Message")
how to make a discord bot send a message
message.channel.send("This is a Message")
discord bot send message to specific user
if (context.params.event.content.match(/bhib|bheyb|bhellob|bsupb/i)) {
await lib.discord.channels['@0.0.6'].messages.create({
channel_id: context.params.event.channel_id,
content: messageContent.join('n'),
message_reference: {
message_id: context.params.event.id
}
});
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us