chore: update separator
This commit is contained in:
parent
84077283b4
commit
fcba471ef6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default async () => {
|
||||||
return Response.json({
|
return Response.json({
|
||||||
title: traktRes['show']['title'],
|
title: traktRes['show']['title'],
|
||||||
episode: traktRes['episode']['title'],
|
episode: traktRes['episode']['title'],
|
||||||
text: `📺 ${traktRes['show']['title']}: ${traktRes['episode']['title']}`,
|
text: `📺 ${traktRes['show']['title']} • ${traktRes['episode']['title']}`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue