summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorSin <[email protected]>2020-05-07 19:34:53 -0700
committerGitHub <[email protected]>2020-05-07 19:34:53 -0700
commit493bda6691b3d2a7085e8af55727d5a219c5a58c (patch)
tree377de048901d034d7905e3ec11a41a503ee6f5a5 /src/commands
parentremove old site aliases (diff)
downloaddep-core-493bda6691b3d2a7085e8af55727d5a219c5a58c.tar.xz
dep-core-493bda6691b3d2a7085e8af55727d5a219c5a58c.zip
change youtube cmd bc of error
how did i mess this up lol
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/bot/youtube.ts4
1 files changed, 2 insertions, 2 deletions
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
+};