song name
This commit is contained in:
@@ -263,7 +263,7 @@ export class QuixoticBot {
|
||||
await this.bot.sendAudio(chatId, audioUrl, {
|
||||
title: title,
|
||||
performer: performer || 'SoundCloud',
|
||||
caption: `🎵 ${title}`,
|
||||
caption: undefined,
|
||||
thumbnail: thumbnail,
|
||||
parse_mode: undefined
|
||||
});
|
||||
@@ -274,7 +274,7 @@ export class QuixoticBot {
|
||||
// Fallback: try as document
|
||||
try {
|
||||
await this.bot.sendDocument(chatId, audioUrl, {
|
||||
caption: `🎵 ${title}`,
|
||||
caption: undefined,
|
||||
parse_mode: undefined
|
||||
});
|
||||
console.log(`✅ Document sent: ${title}`);
|
||||
|
||||
Reference in New Issue
Block a user