Spacing error

This commit is contained in:
Dani 2025-04-14 20:09:45 -04:00
parent 4691c84348
commit 3020e230ff

View File

@ -61,8 +61,7 @@ class Ruby(discord.Client):
speak = random() < 0.5 speak = random() < 0.5
thought = self.trainer.daydream(say_thought=speak) thought = self.trainer.daydream(say_thought=speak)
if speak and thought and if speak and thought and len(thought.split()) >=4:
len(thought.split()) >=4:
for guild in self.guilds: for guild in self.guilds:
for channel in guild.text_channels: for channel in guild.text_channels:
if channel.permissions_for(guild.me).send_messages: if channel.permissions_for(guild.me).send_messages: