Spacing error
This commit is contained in:
parent
4691c84348
commit
3020e230ff
3
main.py
3
main.py
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user