mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-31 07:43:13 +00:00
Merge pull request #14 from Fluffy-Bean/deepsource-transform-d96820e8
format code with black
This commit is contained in:
commit
7b3d0cb1ae
1 changed files with 4 additions and 3 deletions
|
@ -86,7 +86,8 @@ class E621(commands.Cog):
|
|||
)
|
||||
embed.add_field(
|
||||
name="Tags",
|
||||
value=", ".join(response["posts"][0]["tags"]["general"]) or "No tags provided.",
|
||||
value=", ".join(response["posts"][0]["tags"]["general"])
|
||||
or "No tags provided.",
|
||||
inline=False,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue