diff --git a/lib/v2/youtube/live.js b/lib/v2/youtube/live.js index 186cfb82a..c42baf642 100644 --- a/lib/v2/youtube/live.js +++ b/lib/v2/youtube/live.js @@ -29,7 +29,7 @@ module.exports = async (ctx) => { const data = (await utils.getLive(channelId, ctx.cache)).data.items; ctx.state.data = { - title: `$${channelName || username}'s Live Status`, + title: `${channelName || username}'s Live Status`, link: `https://www.youtube.com/channel/${channelId}`, description: `$${channelName || username}'s live streaming status`, item: data.map((item) => {