From 7a04a699d782675242624b7b20a1de53ee37d103 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Fri, 25 Nov 2022 04:39:37 +0100 Subject: [PATCH] Fix ScraperBot.send_song_info --- flanabot/bots/scraper_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/bots/scraper_bot.py b/flanabot/bots/scraper_bot.py index a46a6dc..2513313 100644 --- a/flanabot/bots/scraper_bot.py +++ b/flanabot/bots/scraper_bot.py @@ -219,7 +219,7 @@ class ScraperBot(MultiBot, ABC): return sended_media_messages, fails - @return_if_first_empty(exclude_self_types='FlanaBot', globals_=globals()) + @return_if_first_empty(exclude_self_types='ScraperBot', globals_=globals()) async def send_song_info(self, song_info: Media, message: Message): attributes = ( f'Título: {song_info.title}\n' if song_info.title else '',