discord py get invoking command code example
Example: unknown amount of arguments discord py
# Include a asterisk (*) before the variable name, eg:
async def repeatback(context, *words):
# Function code
# Include a asterisk (*) before the variable name, eg:
async def repeatback(context, *words):
# Function code