reformat with black

This commit is contained in:
mudkipdev
2023-05-07 16:36:44 -06:00
parent 596f0bfccf
commit 75538c57d7

View File

@@ -216,7 +216,7 @@ class Announcement:
if len(embed.description.split("\n\n")) > 0: if len(embed.description.split("\n\n")) > 0:
url = embed.description.split("\n\n")[0] url = embed.description.split("\n\n")[0]
description = "\n\n".join(embed.description.split("\n\n")[1:]) description = "\n\n".join(embed.description.split("\n\n")[1:])
return cls( return cls(
title=embed.title, title=embed.title,
url=url, url=url,