didier/functions/commands.py

8 lines
156 B
Python
Raw Normal View History

2020-11-04 10:02:26 +01:00
from discord.ext import commands
def updateFile(ctx: commands.Context):
prefix_used = ctx.prefix
command: commands.Command = ctx.command
pass