changed display_costs command to costs

This commit is contained in:
phixxy 2024-03-09 22:50:14 -08:00
parent 4b6920a7c0
commit 216083b9e5

View file

@ -64,7 +64,7 @@ class ChatGPT(commands.Cog):
json.dump(costs_dict,f) json.dump(costs_dict,f)
@commands.command() @commands.command()
async def display_costs(self, ctx): async def costs(self, ctx):
day = time.strftime("%d") day = time.strftime("%d")
month = time.strftime("%B") month = time.strftime("%B")
year = time.strftime("%Y") year = time.strftime("%Y")