didier/functions/commands.py

8 lines
156 B
Python

from discord.ext import commands
def updateFile(ctx: commands.Context):
prefix_used = ctx.prefix
command: commands.Command = ctx.command
pass