From 94a9550f3729d7c266c3437554b36d8b52fc84fb Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 May 2021 17:36:56 +0100 Subject: Add the number of squares that were used by .mosaic This is useful for when we round up the number of squares used, users can still see how many were actually used. --- bot/exts/evergreen/avatar_modification/avatar_modify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot') diff --git a/bot/exts/evergreen/avatar_modification/avatar_modify.py b/bot/exts/evergreen/avatar_modification/avatar_modify.py index 1eceaf03..b604b3e4 100644 --- a/bot/exts/evergreen/avatar_modification/avatar_modify.py +++ b/bot/exts/evergreen/avatar_modification/avatar_modify.py @@ -351,7 +351,7 @@ class AvatarModify(commands.Cog): description = "What a masterpiece. :star:" else: title = "Your mosaic avatar" - description = "Here is your avatar. I think it looks a bit *puzzling*" + description = f"Here is your avatar. I think it looks a bit *puzzling*\nMade with {squares} squares" embed = discord.Embed( title=title, -- cgit v1.2.3