mirror of
https://github.com/hencaric/SCNewsBot.git
synced 2026-08-16 22:46:03 +01:00
reformat with black
This commit is contained in:
@@ -216,7 +216,7 @@ class Announcement:
|
||||
if len(embed.description.split("\n\n")) > 0:
|
||||
url = embed.description.split("\n\n")[0]
|
||||
description = "\n\n".join(embed.description.split("\n\n")[1:])
|
||||
|
||||
|
||||
return cls(
|
||||
title=embed.title,
|
||||
url=url,
|
||||
|
||||
Reference in New Issue
Block a user