some visual fixes
This commit is contained in:
@@ -269,7 +269,7 @@ export class QuixoticBot {
|
||||
console.log(`✅ Audio sent: ${title}`);
|
||||
return;
|
||||
|
||||
} catch (audioError: any) {
|
||||
} catch {
|
||||
// Fallback: try as document
|
||||
try {
|
||||
await this.bot.sendDocument(chatId, audioUrl, {
|
||||
|
||||
Reference in New Issue
Block a user