|
|
@@ -63,7 +63,7 @@ export default class VideoStreams {
|
|
|
|
|
|
private buildMessage(stream: IStreamConfig): string {
|
|
|
let message = `${Emojis.VIDEO_CAMERA} Transmisión en vivo desde ${stream.location}`;
|
|
|
- message += `\n\n${Emojis.LINK} ${stream.url}`;
|
|
|
+ // message += `\n\n${Emojis.LINK} ${stream.url}`;
|
|
|
|
|
|
if (stream.hashtags.length > 0) {
|
|
|
message += `\n\n${stream.hashtags.map((hashtag) => `#${hashtag}`).join(" ")}`;
|