diff --git a/main.py b/main.py index 493f9ff..97585bd 100644 --- a/main.py +++ b/main.py @@ -61,8 +61,7 @@ class Ruby(discord.Client): speak = random() < 0.5 thought = self.trainer.daydream(say_thought=speak) - if speak and thought and - len(thought.split()) >=4: + if speak and thought and len(thought.split()) >=4: for guild in self.guilds: for channel in guild.text_channels: if channel.permissions_for(guild.me).send_messages: