mirror of https://github.com/stijndcl/didier
8 lines
156 B
Python
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
|