mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add command stats call to on_command
This commit is contained in:
parent
97f6aa105d
commit
119d7c8dca
2 changed files with 9 additions and 0 deletions
7
functions/commands.py
Normal file
7
functions/commands.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue