Advertisement
ii_kinqm1ke

Discord embed advertise support

Jun 6th, 2020
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. commands.raw('support', async (message) => {
  2.   await message.reply(
  3.     new discord.Embed({
  4.       title:
  5.         'Welcome! For lots more information join the discord support server!',
  6.       color: 0x00ff00,
  7.       description: `We would really appreciate you for joining the support discord using the link below to help grow the bot.
  8.       [Discord Server- Tap this blue text]( https://discord.gg/k8CyZAc)`,
  9.       footer: {
  10.         text: 'powered by ii_kinqm1ke#1460'
  11.       }
  12.     })
  13.   );
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement