From 493bda6691b3d2a7085e8af55727d5a219c5a58c Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Thu, 7 May 2020 19:34:53 -0700 Subject: change youtube cmd bc of error how did i mess this up lol --- src/commands/bot/youtube.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commands/bot/youtube.ts') diff --git a/src/commands/bot/youtube.ts b/src/commands/bot/youtube.ts index b158db0..c0c5289 100644 --- a/src/commands/bot/youtube.ts +++ b/src/commands/bot/youtube.ts @@ -21,7 +21,7 @@ module.exports = class YouTubeBot extends Command { } run(msg: CommandoMessage) { let emb = new MessageEmbed() - .setDescription(`Here is <@217348698294714370>'s [Twitter profile](https://www.youtube.com/channel/UCJ-orR4HLwr2sJ1sRpFezSw?view_as=subscriber). Not the command you were looking for? If you were trying to play YouTube audio via the bot, please do \`uwu!play\` instead. ${emoji.random()}`) + .setDescription(`Here is <@217348698294714370>'s [YouTube profile](https://youtube.com/s1nny). Not the command you were looking for? If you were trying to play YouTube audio via the bot, please do \`uwu!play\` instead. ${emoji.random()}`) msg.say(emb) } -}; \ No newline at end of file +}; -- cgit v1.2.3