Add command stats call to on_command

This commit is contained in:
Stijn De Clercq 2020-11-04 10:02:26 +01:00
parent 97f6aa105d
commit 119d7c8dca
2 changed files with 9 additions and 0 deletions

7
functions/commands.py Normal file
View file

@ -0,0 +1,7 @@
from discord.ext import commands
def updateFile(ctx: commands.Context):
prefix_used = ctx.prefix
command: commands.Command = ctx.command
pass