Skip to content

Commit

Permalink
Update thread.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Jan 5, 2019
1 parent c3ffa8c commit e5e83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ async def create(self, recipient, *, creator=None):
)

log_count = sum(1 for log in log_data if not log['open'])
info_embed = self._format_info_embed(recipient, creator, log_url, log_count, 0x00ffff)
info_embed = self._format_info_embed(recipient, creator, log_url, log_count, discord.Color.green())

topic = f'User ID: {recipient.id}'
mention = self.bot.config.get('mention', '@here') if not creator else None
Expand Down

0 comments on commit e5e83b9

Please sign in to comment.