From 8f6fd219407cef88a562f20e4211bf90e9109e79 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 19 Mar 2024 00:29:21 +0000 Subject: [PATCH] idk AI told me to do this --- src/cogs/quote_quota.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cogs/quote_quota.py b/src/cogs/quote_quota.py index b74eb35..8977f93 100644 --- a/src/cogs/quote_quota.py +++ b/src/cogs/quote_quota.py @@ -66,6 +66,7 @@ class QuoteQuota(commands.Cog): radius=2 ) fio = io.BytesIO() + plt.subplots_adjust(left=0.1, bottom=0.1, right=0.9, top=0.9) fig.savefig(fio, format='jpg') fio.seek(0) return discord.File(fio, filename="pie.jpeg")