changed display_costs command to costs
This commit is contained in:
parent
4b6920a7c0
commit
216083b9e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue