From 216083b9e5ba34eb7ff0f2fcd2b7e22ef4b62c63 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 9 Mar 2024 22:50:14 -0800 Subject: [PATCH] changed display_costs command to costs --- cogs/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/chatgpt.py b/cogs/chatgpt.py index 5efe21f..cf9164c 100644 --- a/cogs/chatgpt.py +++ b/cogs/chatgpt.py @@ -64,7 +64,7 @@ class ChatGPT(commands.Cog): json.dump(costs_dict,f) @commands.command() - async def display_costs(self, ctx): + async def costs(self, ctx): day = time.strftime("%d") month = time.strftime("%B") year = time.strftime("%Y")