logo
Search
showing results for - "discord js say command embed"
Oscar
30 Aug 2017
1// SENDS WHAT YOU SAY BUT IN EMBED //
2// EXAMPLE : !embed Hello, Everyone //
3client.on('message', message => {
4    if (message.content.toLowerCase().startsWith(prefix + 'embed')) {
5        const MyMessage = message.content.slice(9).trim();
6        const TestEmbed = new Discord.MessageEmbed()
7            .setColor('#b700ff')
8            .setTitle('Embed')
9            .addField(" \u200B ", "```" + MyMessage + "```")
10        message.channel.send(TestEmbed)
11    }
12})
similar questions
discord js remove embed from messagediscord js tempmute commandembed example discord jsdiscord js embeded message hyperlinkdiscord js embeddiscord js edit embed messagediscordjs say commanddiscord js messageembedbot say command discord jsset embed color discord jsmute command discord js v12how to define emojis from your server in discord jsdiscord js send embeddiscord js set playing taghow to send an embed message discord jshow to send emoji as id discord jsdiscord js mute commanddiscord js emoji in embedmute someone discord jsdiscord js embeddiscord js say commandembed discord jsdiscord js embed timestamp
queries leading to this page
say embed command discord jssay command discord js embeddiscord js say command embedsay embed discord jssay command with embeds discord jsembed say command discord jsdiscord js say command embed v12discord js say command embed
privacy policyterms of useinstagram
Crafted with  ♥  for everyone

sign in to continue
your answer for
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
sign in to continue
ask question on maxinterview
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content
please be clear, to the point and respectful
sign in to continue