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)