From 6bbd4f7a332f10270abfd525503a752022234475 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 9 Mar 2024 18:29:50 -0800 Subject: [PATCH] removed unneeded "working" debug output --- cogs/chatgpt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cogs/chatgpt.py b/cogs/chatgpt.py index 01ab713..9aa7a5f 100644 --- a/cogs/chatgpt.py +++ b/cogs/chatgpt.py @@ -101,7 +101,6 @@ class ChatGPT(commands.Cog): usage="costs [month] [year]", ) async def costs(self, ctx, month=time.strftime("%B"), year=time.strftime("%Y")): - print('working') total_cost = 0 cost_per_day = {} for x in range(1,32):