diff --git a/supolo/__init__.py b/supolo/__init__.py index 9a979b8..7c542e0 100644 --- a/supolo/__init__.py +++ b/supolo/__init__.py @@ -964,7 +964,7 @@ async def spam_guild_channel(self, session, channel_id, amount, data_message, me else: break else: - break + return spammed_channels return spammed_channels async def create_channel_webhook(self, session, channel_id, data_webhook):