Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 78d9082

Browse files
committed
Added new Line
1 parent 9ef8a4f commit 78d9082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

general/color_picker/cog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def _to_int(colors: tuple[Any, Any, Any]) -> tuple[int, ...]:
5858
embed: Embed = Embed(title=t.error_parse_color_title(color), description=t.error_parse_color_example)
5959
await reply(ctx, embed=embed)
6060
return
61+
6162
img: Image = Image.new("RGB", (100, 100), rgb)
6263
with io.BytesIO() as image_binary:
6364
img.save(image_binary, "PNG")

0 commit comments

Comments
 (0)