UNPKG

xopbot

Version:

XOPBOT Is A Multipurpose Bot With Over 200+ Commands That Make You Love The Bot!

13 lines 693 B
const lineReplyNoMention = require('discord-reply'); const color = process.env.Color; module.exports = { name: 'scratch', cooldown: 5, permissions: ["SEND_MESSAGES"], clientpermissions: ["SEND_MESSAGES", "EMBED_LINKS"], description: "Sends The Owners Youtube Channel!", async execute(client, message, cmd, args, Discord) { const embed = new Discord.MessageEmbed().setColor(`${color}`).setTimestamp().setTitle('My Scratch Account').setURL('https://scratch.mit.edu/users/COOLBLUEINKLINGTM/').setDescription('`Scratch Link` \n[Click Here](https://scratch.mit.edu/users/COOLBLUEINKLINGTM/)') message.lineReplyNoMention({ embed: embed }); } }