From 580a6dc30583cd10c015f660e2bab22ff47fca91 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 19 Mar 2024 00:01:20 +0000 Subject: [PATCH] I hate MPL --- src/cogs/quote_quota.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cogs/quote_quota.py b/src/cogs/quote_quota.py index d61ad50..0d3c5e3 100644 --- a/src/cogs/quote_quota.py +++ b/src/cogs/quote_quota.py @@ -43,7 +43,6 @@ class QuoteQuota(commands.Cog): ) ax.legend(loc="upper right") fig.tight_layout() - fig.title("Quote Quota") fio = io.BytesIO() fig.savefig(fio, format='jpg') fio.seek(0)